Searched defs:onGetYUV8Planes (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkImageGenerator.cpp93 return this->onGetYUV8Planes(sizes, planes, rowBytes, colorSpace);
96 bool SkImageGenerator::onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3]) { function in class:SkImageGenerator
100 bool SkImageGenerator::onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3], function in class:SkImageGenerator
103 // onGetYUV8Planes interface, we assume that the color space is JPEG.
104 // TODO(rileya): remove this and the old onGetYUV8Planes once clients switch over to
109 return this->onGetYUV8Planes(sizes, planes, rowBytes);
H A DSkPixelRef.cpp256 bool SkPixelRef::onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3], function in class:SkPixelRef
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDecodingImageGenerator.cpp87 bool DecodingImageGenerator::onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3], SkYUVColorSpace* colorSpace) function in class:blink::DecodingImageGenerator
95 TRACE_EVENT0("blink", "DecodingImageGenerator::onGetYUV8Planes");

Completed in 95 milliseconds