HomeSort by relevance Sort by last modified time
    Searched refs:RESIZE_SUBPIXEL (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/skia/ext/
image_operations.h 84 RESIZE_SUBPIXEL,
90 RESIZE_LAST_ALGORITHM_METHOD = RESIZE_SUBPIXEL,
117 // Supports all methods except RESIZE_SUBPIXEL.
image_operations.cc 345 if (method == ImageOperations::RESIZE_SUBPIXEL) {
image_operations_unittest.cc 502 // 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 124 milliseconds