Home | History | Annotate | Download | only in utils

Lines Matching refs:height

61     int32_t height;
69 void* pixels; // The pixels, all (height * rowBytes) of them.
83 height = canvas->getBaseLayerSize().height();
95 int32_t height;
228 if (!layer.device()->accessPixels(&pmap) || 0 == pmap.width() || 0 == pmap.height()) {
238 layerState->height = pmap.height();
302 bitmap.installPixels(SkImageInfo::Make(layerState.width, layerState.height,
328 SkAutoTUnref<SkCanvasStack> canvas(new SkCanvasStack(state->width, state->height));