/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder.cpp | 217 // Instead, use extractSubset. Note that this shares the SkPixelRef and 227 return src->extractSubset(dst, subset);
|
SkImageDecoder_libgif.cpp | 353 if (!bm->extractSubset(&subset, subsetRect)) {
|
/external/skia/src/core/ |
SkOrderedReadBuffer.cpp | 228 // This case can only be reached if extractSubset was called, so 235 if (bitmap->extractSubset(&subsetBm, subset)) {
|
/external/skia/src/effects/ |
SkMorphologyImageFilter.cpp | 203 src.extractSubset(dst, bounds); 265 src.extractSubset(dst, bounds); 582 src.extractSubset(result, bounds); 615 src.extractSubset(result, bounds);
|
/external/skia/src/images/ |
SkImageDecoder.cpp | 217 // Instead, use extractSubset. Note that this shares the SkPixelRef and 227 return src->extractSubset(dst, subset);
|
SkImageDecoder_libgif.cpp | 353 if (!bm->extractSubset(&subset, subsetRect)) {
|
/external/skia/tests/ |
GpuBitmapCopyTest.cpp | 146 const bool extracted = src.extractSubset(&subset, subsetRect);
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
ImageBitmap.cpp | 36 image->nativeImageForCurrentFrame()->bitmap().extractSubset(&cropped, intersectRect);
|
/external/chromium_org/third_party/skia/include/core/ |
SkBitmap.h | 148 cases where extractSubset has been called. 512 bool extractSubset(SkBitmap* dst, const SkIRect& subset) const;
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFShader.cpp | [all...] |
SkPDFImage.cpp | 594 if (!fBitmap.extractSubset(&subset, fSrcRect)) {
|
SkPDFDevice.cpp | [all...] |
/external/skia/include/core/ |
SkBitmap.h | 148 cases where extractSubset has been called. 512 bool extractSubset(SkBitmap* dst, const SkIRect& subset) const;
|
/external/skia/src/pdf/ |
SkPDFShader.cpp | [all...] |
SkPDFImage.cpp | 594 if (!fBitmap.extractSubset(&subset, fSrcRect)) {
|
SkPDFDevice.cpp | [all...] |
/external/chromium/chrome/browser/tab_contents/ |
thumbnail_generator.cc | 434 bitmap.extractSubset(&clipped_bitmap, src_rect);
|
/external/chromium_org/content/browser/renderer_host/ |
compositing_iosurface_transformer_mac_unittest.cc | 183 CHECK(src.extractSubset(
|
/external/chromium_org/ui/gfx/image/ |
image_skia_operations.cc | 307 // ImageSkiaSource which uses SkBitmap::extractSubset to generate image reps 326 bool success = image_rep.sk_bitmap().extractSubset(&dst, 507 ImageSkia ImageSkiaOperations::ExtractSubset(const ImageSkia& image,
|
/external/skia/tools/ |
skimage_main.cpp | 331 * extractSubset to a PNG in that directory. Both files will represent the same 342 * extractSubset on originalBitmap to create a bitmap with the same dimensions/pixels as 378 // Also use extractSubset from the original for visual comparison. 381 if (!originalBitmap.extractSubset(&extractedSubset, rect)) { 391 "to create a directory for extractSubset " [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
SkGpuDevice.cpp | [all...] |
/external/skia/src/gpu/ |
SkGpuDevice.cpp | [all...] |
/external/chromium_org/chrome/browser/profiles/ |
profile_shortcut_manager_win.cc | 123 avatar_bitmap.extractSubset(&source_bitmap, gfx::RectToSkIRect(frame)); [all...] |
/external/chromium_org/skia/ext/ |
vector_platform_device_emf_win.cc | 309 if (!bitmap.extractSubset(&tmpBitmap, srcIR)) {
|
/external/chromium_org/cc/resources/ |
resource_provider.cc | 626 src_full.extractSubset(&src_subset, sk_source_rect); [all...] |