Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dbitmaptiled.cpp29 const int kBitmapShortEdge = 1 * kTileSize; in draw_tile_bitmap_with_fractional_offset() local
34 const int kBitmapArea = kBitmapLongEdge * kBitmapShortEdge; in draw_tile_bitmap_with_fractional_offset()
43 bmp.allocN32Pixels(vertical ? kBitmapShortEdge : kBitmapLongEdge, in draw_tile_bitmap_with_fractional_offset()
44 vertical ? kBitmapLongEdge : kBitmapShortEdge, true); in draw_tile_bitmap_with_fractional_offset()