Home
last modified time | relevance | path

Searched refs:kPicHeight (Results 1 – 2 of 2) sorted by relevance

/external/skia/gm/
Dmultipicturedraw.cpp24 constexpr int kPicHeight = (int)((kNumHexY - 0.5f) * 2 * kHexSide * kRoot3Over2 + 0.5f); variable
63 SkIntToScalar(kPicHeight), in make_hex_plane_picture()
167 SkIntToScalar(kPicHeight), in make_tri_picture()
186 SkIntToScalar(kPicHeight), in make_sub_picture()
220 SkIntToScalar(kPicHeight), in make_sierpinski_picture()
327 canvas->translate(-SkIntToScalar(kPicWidth), -SkIntToScalar(kPicHeight)); in sierpinski()
356 SkIntToScalar(kPicHeight), in create_content()
379 step.fSurf = create_compat_surface(finalCanvas, kPicWidth, kPicHeight); in simple()
394 const int kTileHeight = kPicHeight / kNumTilesY; in tiled()
397 SkASSERT(kPicHeight == kNumTilesY * kTileHeight); in tiled()
[all …]
/external/skqp/gm/
Dmultipicturedraw.cpp24 constexpr int kPicHeight = (int)((kNumHexY - 0.5f) * 2 * kHexSide * kRoot3Over2 + 0.5f); variable
63 SkIntToScalar(kPicHeight), in make_hex_plane_picture()
167 SkIntToScalar(kPicHeight), in make_tri_picture()
186 SkIntToScalar(kPicHeight), in make_sub_picture()
220 SkIntToScalar(kPicHeight), in make_sierpinski_picture()
327 canvas->translate(-SkIntToScalar(kPicWidth), -SkIntToScalar(kPicHeight)); in sierpinski()
356 SkIntToScalar(kPicHeight), in create_content()
379 step.fSurf = create_compat_surface(finalCanvas, kPicWidth, kPicHeight); in simple()
394 const int kTileHeight = kPicHeight / kNumTilesY; in tiled()
397 SkASSERT(kPicHeight == kNumTilesY * kTileHeight); in tiled()
[all …]