Lines Matching defs:height
62 int32_t height;
70 void* pixels; // The pixels, all (height * rowBytes) of them.
84 height = canvas->getBaseLayerSize().height();
96 int32_t height;
187 if (!device->accessPixels(&pmap) || 0 == pmap.width() || 0 == pmap.height()) {
203 layerState->height = pmap.height();
272 bitmap.installPixels(SkImageInfo::Make(layerState.width, layerState.height,
298 std::unique_ptr<SkCanvasStack> canvas(new SkCanvasStack(state->width, state->height));