Searched refs:kBitmapShortEdge (Results 1 – 2 of 2) sorted by relevance
29 const int kBitmapShortEdge = 1 * kTileSize; in draw_tile_bitmap_with_fractional_offset() local33 const int kBitmapArea = kBitmapLongEdge * kBitmapShortEdge; in draw_tile_bitmap_with_fractional_offset()45 bmp.allocN32Pixels(vertical ? kBitmapShortEdge : kBitmapLongEdge, in draw_tile_bitmap_with_fractional_offset()46 vertical ? kBitmapLongEdge : kBitmapShortEdge, true); in draw_tile_bitmap_with_fractional_offset()