HomeSort by relevance Sort by last modified time
    Searched refs:skia (Results 126 - 150 of 652) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/skia/
skia_chrome_opts.target.darwin-mips.mk 26 skia/ext/convolver_mips_dspr2.cc
96 $(LOCAL_PATH)/skia/config \
97 $(LOCAL_PATH)/third_party/skia/include/config \
98 $(LOCAL_PATH)/third_party/skia/include/core \
184 $(LOCAL_PATH)/skia/config \
185 $(LOCAL_PATH)/third_party/skia/include/config \
186 $(LOCAL_PATH)/third_party/skia/include/core \
skia_chrome_opts.target.darwin-x86.mk 26 skia/ext/convolver_SSE2.cc
97 $(LOCAL_PATH)/skia/config \
98 $(LOCAL_PATH)/third_party/skia/include/config \
99 $(LOCAL_PATH)/third_party/skia/include/core \
187 $(LOCAL_PATH)/skia/config \
188 $(LOCAL_PATH)/third_party/skia/include/config \
189 $(LOCAL_PATH)/third_party/skia/include/core \
skia_chrome_opts.target.linux-mips.mk 26 skia/ext/convolver_mips_dspr2.cc
96 $(LOCAL_PATH)/skia/config \
97 $(LOCAL_PATH)/third_party/skia/include/config \
98 $(LOCAL_PATH)/third_party/skia/include/core \
184 $(LOCAL_PATH)/skia/config \
185 $(LOCAL_PATH)/third_party/skia/include/config \
186 $(LOCAL_PATH)/third_party/skia/include/core \
skia_chrome_opts.target.linux-x86.mk 26 skia/ext/convolver_SSE2.cc
97 $(LOCAL_PATH)/skia/config \
98 $(LOCAL_PATH)/third_party/skia/include/config \
99 $(LOCAL_PATH)/third_party/skia/include/core \
187 $(LOCAL_PATH)/skia/config \
188 $(LOCAL_PATH)/third_party/skia/include/config \
189 $(LOCAL_PATH)/third_party/skia/include/core \
  /external/chromium_org/chrome/browser/thumbnails/
simple_thumbnail_crop_unittest.cc 15 #include "skia/ext/platform_canvas.h"
17 #include "third_party/skia/include/core/SkColorPriv.h"
38 skia::GetTopDevice(*canvas.sk_canvas())->accessBitmap(false);
54 skia::GetTopDevice(*canvas.sk_canvas())->accessBitmap(false);
65 skia::GetTopDevice(*canvas.sk_canvas())->accessBitmap(false);
82 skia::GetTopDevice(*canvas.sk_canvas())->accessBitmap(false);
99 skia::GetTopDevice(*canvas.sk_canvas())->accessBitmap(false);
116 skia::GetTopDevice(*canvas.sk_canvas())->accessBitmap(false);
133 skia::GetTopDevice(*canvas.sk_canvas())->accessBitmap(false);
  /external/chromium_org/skia/ext/
benchmarking_canvas.cc 8 #include "skia/ext/benchmarking_canvas.h"
9 #include "third_party/skia/include/core/SkDevice.h"
10 #include "third_party/skia/include/utils/SkProxyCanvas.h"
12 namespace skia { namespace
28 skia::RefPtr<SkDevice> device = skia::AdoptRef(
30 canvas_ = skia::AdoptRef(SkNEW_ARGS(SkCanvas, (device.get())));
193 skia::RefPtr<SkCanvas> canvas_;
213 debug_canvas_ = skia::AdoptRef(SkNEW_ARGS(SkDebugCanvas, (width, height)));
214 timing_canvas_ = skia::AdoptRef(SkNEW_ARGS(TimingCanvas, (width, height, this)))
    [all...]
platform_canvas.h 11 #include "skia/ext/platform_device.h"
12 #include "skia/ext/refptr.h"
13 #include "third_party/skia/include/core/SkBitmap.h"
14 #include "third_party/skia/include/core/SkCanvas.h"
15 #include "third_party/skia/include/core/SkPixelRef.h"
17 namespace skia { namespace
77 SK_API SkCanvas* CreateCanvas(const skia::RefPtr<SkDevice>& device,
131 // Call EndPlatformPaint when you are done and want to use skia operations
170 // Return the skia bitmap, which will be empty if Allocate() did not
186 } // namespace skia
    [all...]
  /external/chromium_org/ui/gfx/
platform_font_pango.cc 18 #include "third_party/skia/include/core/SkPaint.h"
19 #include "third_party/skia/include/core/SkTypeface.h"
34 // IsFallbackFontAllowed function in skia/ext/SkFontHost_fontconfig_direct.cpp.
177 skia::RefPtr<SkTypeface> typeface = skia::AdoptRef(
255 PlatformFontPango::PlatformFontPango(const skia::RefPtr<SkTypeface>& typeface,
269 skia::RefPtr<SkTypeface> typeface = skia::AdoptRef(
274 typeface = skia::AdoptRef(
290 const skia::RefPtr<SkTypeface>& typeface
    [all...]
  /external/chromium_org/android_webview/renderer/
print_web_view_helper_linux.cc 15 #include "skia/ext/platform_device.h"
16 #include "skia/ext/vector_canvas.h"
177 skia::RefPtr<skia::VectorCanvas> canvas =
178 skia::AdoptRef(new skia::VectorCanvas(device));
180 skia::SetIsDraftMode(*canvas, is_print_ready_metafile_sent_);
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper_linux.cc 15 #include "skia/ext/platform_device.h"
16 #include "skia/ext/vector_canvas.h"
177 skia::RefPtr<skia::VectorCanvas> canvas =
178 skia::AdoptRef(new skia::VectorCanvas(device));
180 skia::SetIsDraftMode(*canvas, is_print_ready_metafile_sent_);
  /external/chromium_org/content/renderer/pepper/
ppb_image_data_impl.cc 20 #include "skia/ext/platform_canvas.h"
21 #include "third_party/skia/include/core/SkColorPriv.h"
112 skia::PlatformCanvas* PPB_ImageData_Impl::GetPlatformCanvas() {
198 skia::GetTopDevice(*mapped_canvas_)->accessBitmap(true);
228 skia::PlatformCanvas* ImageDataPlatformBackend::GetPlatformCanvas() {
239 return &skia::GetTopDevice(*mapped_canvas_)->accessBitmap(false);
301 skia::PlatformCanvas* ImageDataSimpleBackend::GetPlatformCanvas() {
  /external/chromium_org/ui/views/controls/menu/
menu_image_util.cc 10 #include "third_party/skia/include/effects/SkGradientShader.h"
54 skia::RefPtr<SkShader> shader = skia::AdoptRef(
76 shader = skia::AdoptRef(
  /build/core/
pathmap.mk 32 corecg:external/skia/include/core \
35 graphics:external/skia/include/core \
  /external/chromium/chrome/browser/chromeos/login/
user_image_loader.cc 13 #include "skia/ext/image_operations.h"
14 #include "third_party/skia/include/core/SkBitmap.h"
73 skia::ImageOperations::Resize(cropped_image,
74 skia::ImageOperations::RESIZE_LANCZOS3,
  /external/chromium/chrome/browser/extensions/
extension_icon_manager.cc 13 #include "skia/ext/image_operations.h"
110 result = skia::ImageOperations::Resize(
111 result, skia::ImageOperations::RESIZE_LANCZOS3,
  /external/chromium_org/ash/drag_drop/
drag_image_view.cc 7 #include "skia/ext/image_operations.h"
94 SkBitmap scaled = skia::ImageOperations::Resize(
95 image_rep.sk_bitmap(), skia::ImageOperations::RESIZE_LANCZOS3,
  /external/chromium_org/cc/quads/
render_pass_draw_quad.cc 45 skia::RefPtr<SkImageFilter> filter,
71 skia::RefPtr<SkImageFilter> filter,
  /external/chromium_org/cc/resources/
bitmap_content_layer_updater.cc 13 #include "skia/ext/platform_canvas.h"
69 canvas_ = skia::AdoptRef(skia::CreateBitmapCanvas(
tile_manager.h 117 skia::LazyPixelRef* pixel_ref,
132 Tile* tile, skia::LazyPixelRef* pixel_ref);
  /external/chromium_org/content/browser/aura/
software_output_device_win.cc 8 #include "third_party/skia/include/core/SkBitmap.h"
9 #include "third_party/skia/include/core/SkDevice.h"
82 HDC dib_dc = skia::BeginPlatformPaint(canvas);
85 skia::EndPlatformPaint(canvas);
  /external/chromium_org/ui/gfx/android/
java_bitmap.cc 11 #include "skia/ext/image_operations.h"
12 #include "third_party/skia/include/core/SkBitmap.h"
103 return skia::ImageOperations::Resize(bitmap,
104 skia::ImageOperations::RESIZE_GOOD,
  /external/chromium_org/ui/views/controls/
glow_hover_controller.cc 7 #include "third_party/skia/include/effects/SkGradientShader.h"
99 skia::RefPtr<SkShader> shader = skia::AdoptRef(
  /frameworks/base/services/input/tests/
Android.mk 32 external/skia/include/core
  /frameworks/base/services/jni/
Android.mk 28 external/skia/include/core \
  /external/chromium_org/android_webview/native/
aw_picture.cc 10 #include "third_party/skia/include/core/SkPicture.h"
14 AwPicture::AwPicture(skia::RefPtr<SkPicture> picture)

Completed in 835 milliseconds

1 2 3 4 56 7 8 91011>>