Home | History | Annotate | Download | only in batches

Lines Matching refs:height

105     SkScalar maxDim = SkMaxScalar(bounds.width(), bounds.height());
237 SkScalar maxDim = SkMaxScalar(bounds.width(), bounds.height());
349 int height = devPathBounds.height();
353 devPathBounds.fBottom = intPad + height;
367 devPathBounds.height()))) {
392 height = devPathBounds.height();
394 SkAutoSMalloc<1024> dfStorage(width * height * sizeof(unsigned char));
399 dst.width(), dst.height(), dst.rowBytes());
404 bool success = atlas->addToAtlas(&id, target, width, height, dfStorage.get(),
410 SkDEBUGCODE(success =) atlas->addToAtlas(&id, target, width, height,
424 SkIntToScalar(devPathBounds.height() - 2*SK_DistanceFieldInset);
458 SkScalar height = pathData->fBounds.height();
464 height *= invScale;
470 SkRect r = SkRect::MakeXYWH(dx, dy, width, height);
485 ty / texture->height(),
487 (ty + pathData->fBounds.height()) / texture->height(),