Searched refs:kTileHeight (Results 1 - 4 of 4) sorted by relevance

/external/skia/gm/
H A Dfilterfastbounds.cpp160 static constexpr int kTileHeight = 100; member in class:skiagm::ImageFilterFastBoundGM
168 kNumVertTiles * kTileHeight);
280 i*SkIntToScalar(kTileHeight),
282 i*SkIntToScalar(kTileHeight),
296 draw_savelayer_with_paint(SkIPoint::Make(0, i*kTileHeight),
302 draw_savelayer_with_paint(SkIPoint::Make(kTileWidth, i*kTileHeight),
310 SkIPoint::Make((i+kNumXtraCols) * kTileWidth, j*kTileHeight),
H A Dmultipicturedraw.cpp394 const int kTileHeight = kPicHeight / kNumTilesY; local
397 SkASSERT(kPicHeight == kNumTilesY * kTileHeight);
409 step.fY = SkIntToScalar(y*kTileHeight);
414 step.fSurf = create_compat_surface(finalCanvas, kTileWidth, kTileHeight);
419 -SkIntToScalar(y*kTileHeight));
/external/skqp/gm/
H A Dfilterfastbounds.cpp160 static constexpr int kTileHeight = 100; member in class:skiagm::ImageFilterFastBoundGM
168 kNumVertTiles * kTileHeight);
280 i*SkIntToScalar(kTileHeight),
282 i*SkIntToScalar(kTileHeight),
296 draw_savelayer_with_paint(SkIPoint::Make(0, i*kTileHeight),
302 draw_savelayer_with_paint(SkIPoint::Make(kTileWidth, i*kTileHeight),
310 SkIPoint::Make((i+kNumXtraCols) * kTileWidth, j*kTileHeight),
H A Dmultipicturedraw.cpp394 const int kTileHeight = kPicHeight / kNumTilesY; local
397 SkASSERT(kPicHeight == kNumTilesY * kTileHeight);
409 step.fY = SkIntToScalar(y*kTileHeight);
414 step.fSurf = create_compat_surface(finalCanvas, kTileWidth, kTileHeight);
419 -SkIntToScalar(y*kTileHeight));

Completed in 195 milliseconds