OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:too_small
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/gfx/
skbitmap_operations_unittest.cc
454
SkBitmap
too_small
;
local
455
too_small
.setConfig(SkBitmap::kARGB_8888_Config, 10, 10);
456
too_small
.allocPixels();
458
too_small
, 16, 16);
463
result = SkBitmapOperations::DownsampleByTwoUntilSize(
too_small
, 0, 0);
Completed in 50 milliseconds