Searched refs:kBitmapShortEdge (Results 1 – 1 of 1) sorted by relevance
29 const int kBitmapShortEdge = 1 * kTileSize; in draw_tile_bitmap_with_fractional_offset() local34 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()