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 32 virtual bool PrepareToDecode(const PrepareParams& params) = 0;
35 // 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/platform/graphics/
LazyDecodingPixelRef.h 59 // Optimistic version of PrepareToDecode; requires less locking.
61 virtual bool PrepareToDecode(const LazyPixelRef::PrepareParams&);
LazyDecodingPixelRef.cpp 108 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 46 bool TestLazyPixelRef::PrepareToDecode(const PrepareParams& params) {

Completed in 36 milliseconds