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

  /external/chromium_org/skia/ext/
lazy_pixel_ref.h 27 virtual bool PrepareToDecode(const PrepareParams& params) = 0;
30 // cache, false otherwise. Much cheaper than PrepareToDecode().
lazy_pixel_ref_utils_unittest.cc 50 virtual bool PrepareToDecode(const PrepareParams& params) OVERRIDE;
120 bool TestLazyPixelRef::PrepareToDecode(const PrepareParams& params) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
LazyDecodingPixelRef.h 60 // Optimistic version of PrepareToDecode; requires less locking.
62 virtual bool PrepareToDecode(const LazyPixelRef::PrepareParams&);
LazyDecodingPixelRef.cpp 117 bool LazyDecodingPixelRef::PrepareToDecode(const LazyPixelRef::PrepareParams& params)
  /external/chromium_org/cc/test/
skia_common.h 45 virtual bool PrepareToDecode(const PrepareParams& params) OVERRIDE;
skia_common.cc 45 bool TestLazyPixelRef::PrepareToDecode(const PrepareParams& params) {

Completed in 2043 milliseconds