Searched refs:RESIZE_SUBPIXEL (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/skia/ext/
H A Dimage_operations.h84 RESIZE_SUBPIXEL, enumerator in enum:skia::ImageOperations::ResizeMethod
90 RESIZE_LAST_ALGORITHM_METHOD = RESIZE_SUBPIXEL,
117 // Supports all methods except RESIZE_SUBPIXEL.
H A Dimage_operations.cc345 if (method == ImageOperations::RESIZE_SUBPIXEL) {
H A Dimage_operations_unittest.cc502 // RESIZE_SUBPIXEL is only supported on Linux/non-GTV platforms.
518 // This is expected since, in order to judge RESIZE_SUBPIXEL accurately,
524 // field in TestedResizeMethod, intended for RESIZE_SUBPIXEL. It allows
529 { skia::ImageOperations::RESIZE_SUBPIXEL, "SUBPIXEL", 6.4f },

Completed in 1118 milliseconds