HomeSort by relevance Sort by last modified time
    Searched refs:SkIRect (Results 451 - 475 of 571) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/renderer/gpu/
compositor_software_output_device.cc 175 const SkIRect& src_rect = it.rect();
  /external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host.cc 101 void ConvertImageData(PPB_ImageData_Impl* src_image, const SkIRect& src_rect,
290 SkIRect src_irect = { x, y,
766 SkIRect src_irect = { src_rect.x(), src_rect.y(),
807 SkIRect src_irect = { 0, 0, image->width(), image->height() };
  /external/chromium_org/skia/ext/
bitmap_platform_device_cairo.cc 72 SkIRect bounding = clip.getBounds();
bitmap_platform_device_mac.cc 183 SkIRect rect;
lazy_pixel_ref_utils_unittest.cc 35 virtual SkPixelRef* deepCopy(SkBitmap::Config config, const SkIRect* subset)
52 virtual SkPixelRef* deepCopy(SkBitmap::Config config, const SkIRect* subset)
104 const SkIRect* subset) {
129 const SkIRect* subset) {
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
SimpleFontDataSkia.cpp 233 SkIRect ir;
  /external/chromium_org/third_party/skia/include/pdf/
SkPDFDevice.h 309 const SkIRect* srcRect,
  /external/chromium_org/third_party/skia/src/core/
SkBlitter_ARGB32.cpp 18 const SkIRect& clip, SkPMColor srcColor) {
150 void SkARGB32_Blitter::blitMask(const SkMask& mask, const SkIRect& clip) {
170 const SkIRect& clip) {
485 void SkARGB32_Shader_Blitter::blitMask(const SkMask& mask, const SkIRect& clip) {
  /external/chromium_org/third_party/skia/src/effects/
SkBitmapAlphaThresholdShader.cpp 227 const SkIRect& bounds = fRegion.getBounds();
SkXfermodeImageFilter.cpp 64 SkIRect bounds, foregroundBounds;
SkLightingImageFilter.cpp 163 template <class LightingType, class LightType> void lightBitmap(const LightingType& lightingType, const SkLight* light, const SkBitmap& src, SkBitmap* dst, SkScalar surfaceScale, const SkIRect& bounds) {
276 virtual bool asNewEffect(GrEffectRef** effect, GrTexture*, const SkMatrix& matrix, const SkIRect& bounds) const SK_OVERRIDE;
298 virtual bool asNewEffect(GrEffectRef** effect, GrTexture*, const SkMatrix& matrix, const SkIRect& bounds) const SK_OVERRIDE;
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
SkGrFontScaler.cpp 106 SkIRect* bounds) {
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp 94 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& region) SK_OVERRIDE;
770 bool SkPNGImageDecoder::onDecodeSubset(SkBitmap* bm, const SkIRect& region) {
786 SkIRect rect = SkIRect::MakeWH(origWidth, origHeight);
    [all...]
  /external/chromium_org/third_party/skia/src/views/sdl/
SkOSWindow_SDL.cpp 194 void SkOSWindow::onHandleInval(const SkIRect& r) {
  /external/chromium_org/ui/gfx/
blit.cc 43 const SkIRect& clip_bounds = clip_region.getBounds();
  /external/skia/bench/
AAClipBench.cpp 226 SkIRect bounds;
  /external/skia/gm/
imagefiltersgraph.cpp 39 SkIRect bounds;
  /external/skia/include/pdf/
SkPDFDevice.h 309 const SkIRect* srcRect,
  /external/skia/src/core/
SkBlitter_ARGB32.cpp 18 const SkIRect& clip, SkPMColor srcColor) {
150 void SkARGB32_Blitter::blitMask(const SkMask& mask, const SkIRect& clip) {
170 const SkIRect& clip) {
485 void SkARGB32_Shader_Blitter::blitMask(const SkMask& mask, const SkIRect& clip) {
  /external/skia/src/effects/
SkBitmapAlphaThresholdShader.cpp 227 const SkIRect& bounds = fRegion.getBounds();
SkXfermodeImageFilter.cpp 64 SkIRect bounds, foregroundBounds;
  /external/skia/src/gpu/
SkGrFontScaler.cpp 106 SkIRect* bounds) {
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 94 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& region) SK_OVERRIDE;
769 bool SkPNGImageDecoder::onDecodeSubset(SkBitmap* bm, const SkIRect& region) {
785 SkIRect rect = SkIRect::MakeWH(origWidth, origHeight);
    [all...]
  /external/skia/src/views/sdl/
SkOSWindow_SDL.cpp 194 void SkOSWindow::onHandleInval(const SkIRect& r) {
  /external/skia/tests/
ImageDecodingTest.cpp 222 decoder->decodeSubset(&bm, SkIRect::MakeWH(width, height),

Completed in 755 milliseconds

<<11121314151617181920>>