HomeSort by relevance Sort by last modified time
    Searched refs:skia (Results 26 - 50 of 62) sorted by null

12 3

  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.cpp 40 #include "skia/ext/platform_canvas.h"
41 #include "skia/ext/skia_utils_win.h"
42 #include "third_party/skia/include/core/SkPaint.h"
43 #include "third_party/skia/include/core/SkPath.h"
44 #include "third_party/skia/include/core/SkRect.h"
306 skia::BeginPlatformPaint(m_canvas);
477 skia::EndPlatformPaint(m_canvas);
487 skia::BeginPlatformPaint(m_canvas);
500 skia::EndPlatformPaint(m_canvas);
507 skia::BeginPlatformPaint(m_canvas)
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
default_images_view.cc 13 #include "skia/ext/image_operations.h"
14 #include "third_party/skia/include/core/SkColor.h"
159 SkBitmap resized_image = skia::ImageOperations::Resize(
161 skia::ImageOperations::RESIZE_BEST,
take_photo_view.cc 11 #include "skia/ext/image_operations.h"
229 skia::ImageOperations::Resize(
231 skia::ImageOperations::RESIZE_BOX,
camera.cc 28 #include "skia/ext/image_operations.h"
29 #include "third_party/skia/include/core/SkBitmap.h"
30 #include "third_party/skia/include/core/SkColorPriv.h"
62 // Converts color from YUV colorspace to RGB. Returns the result in Skia
522 image = skia::ImageOperations::Resize(
524 skia::ImageOperations::RESIZE_LANCZOS3,
  /external/chromium/webkit/glue/
webkit_glue.h 31 namespace skia { namespace
146 // Returns a WebCanvas pointer associated with the given Skia canvas.
147 WebKit::WebCanvas* ToWebCanvas(skia::PlatformCanvas*);
webmediaplayer_impl.h 65 #include "skia/ext/platform_canvas.h"
328 scoped_ptr<skia::PlatformCanvas> skia_canvas_;
webkit_glue.cc 25 #include "skia/ext/platform_canvas.h"
27 #include "skia/ext/skia_utils_mac.h"
29 #include "third_party/skia/include/core/SkBitmap.h"
406 WebCanvas* ToWebCanvas(skia::PlatformCanvas* canvas) {
  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformCanvas.cpp 32 #if USE(SKIA)
36 #include "skia/ext/platform_canvas.h"
54 #if USE(SKIA)
55 m_skiaCanvas = skia::CreateBitmapCanvas(size.width(), size.height(), false);
67 #if USE(SKIA)
84 #if USE(SKIA)
92 #if USE(SKIA)
  /frameworks/base/libs/androidfw/
Android.mk 82 external/skia/include/core \
96 external/skia/include/core \
  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageSkia.cpp 50 #include "skia/ext/image_operations.h"
51 #include "skia/ext/platform_canvas.h"
61 // Default skia resampling. Used for large growing of images where high
242 SkBitmap resampled = skia::ImageOperations::Resize(subset,
243 skia::ImageOperations::RESIZE_LANCZOS3,
400 resampled = skia::ImageOperations::Resize(srcSubset,
401 skia::ImageOperations::RESIZE_LANCZOS3, width, height);
415 // origin of the destination rect, which is what WebKit expects. Skia uses
  /device/generic/goldfish/camera/
Android.mk 88 external/skia/include/core/ \
  /external/chromium/chrome/browser/extensions/
image_loading_tracker.cc 13 #include "skia/ext/image_operations.h"
14 #include "third_party/skia/include/core/SkBitmap.h"
79 *decoded = skia::ImageOperations::Resize(
80 *decoded, skia::ImageOperations::RESIZE_LANCZOS3,
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_install_dialog_gtk.cc 17 #include "skia/ext/image_operations.h"
83 scaled_icon = skia::ImageOperations::Resize(scaled_icon,
84 skia::ImageOperations::RESIZE_LANCZOS3,
  /frameworks/base/services/input/
Android.mk 42 external/skia/include/core
  /hardware/invensense/libsensors_iio/software/build/android/
common.mk 55 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/external/skia/include
  /external/skia/tools/
compare_baselines.py 3 committed to the Skia repository.
47 committed to the Skia repository. Relies on skdiff to do the low-level
59 DEFAULT_SVN_GM_URL = 'http://skia.googlecode.com/svn/gm-expected'
134 committed to the Skia repository.
  /external/chromium/chrome/browser/ui/webui/
extension_icon_source.cc 24 #include "skia/ext/image_operations.h"
173 *decoded = skia::ImageOperations::Resize(
174 *decoded, skia::ImageOperations::RESIZE_LANCZOS3,
  /external/chromium/chrome/browser/
favicon_helper.cc 21 #include "skia/ext/image_operations.h"
441 return skia::ImageOperations::Resize(
442 image, skia::ImageOperations::RESIZE_LANCZOS3,
aeropeek_manager.cc 33 #include "skia/ext/image_operations.h"
34 #include "skia/ext/platform_canvas.h"
35 #include "third_party/skia/include/core/SkBitmap.h"
333 thumbnail_bitmap = skia::ImageOperations::Resize(
335 skia::ImageOperations::RESIZE_LANCZOS3,
    [all...]
  /external/webkit/Source/WebCore/
Android.mk 727 platform/graphics/skia/FloatPointSkia.cpp \
728 platform/graphics/skia/FloatRectSkia.cpp \
729 platform/graphics/skia/GlyphPageTreeNodeSkia.cpp \
730 platform/graphics/skia/GradientSkia.cpp \
731 platform/graphics/skia/IntPointSkia.cpp \
732 platform/graphics/skia/IntRectSkia.cpp \
733 platform/graphics/skia/NativeImageSkia.cpp \
734 platform/graphics/skia/SkiaUtils.cpp \
735 platform/graphics/skia/TransformationMatrixSkia.cpp \
749 platform/image-decoders/skia/ImageDecoderSkia.cpp
    [all...]
Android.derived.mk 218 GEN := $(THIRD_PARTY)/skia/include/core/SkBitmap.h
  /external/webkit/Source/WebKit/chromium/src/
WebPopupMenuImpl.cpp 49 #include <skia/ext/platform_canvas.h>
  /external/chromium/chrome/browser/tab_contents/
thumbnail_generator_unittest.cc 15 #include "skia/ext/platform_canvas.h"
17 #include "third_party/skia/include/core/SkColorPriv.h"
68 scoped_ptr<skia::PlatformCanvas> canvas(
  /external/skia/legacy/
Android.mk 6 # This is a older copy of Skia that is intended only to be used to support
15 # build the skia+fretype+png+jpeg+zlib+gif+webp library
41 # procedures (C and assembly) seriously improve skia performance
  /external/skia/
Android.mk 6 # PROBLEMS WITH SKIA DEBUGGING?? READ THIS...
8 # The debug build results in changes to the Skia headers. This means that those
9 # using libskia must also be built with the debug version of the Skia headers.
24 # NOTE: If neither SK_DEBUG or SK_RELEASE are defined then Skia checks NDEBUG to
30 # build the skia+fretype+png+jpeg+zlib+gif+webp library
62 #Skia should not use dlopen on Android.
512 # Build the skia tools
525 # Build the legacy skia library for playback of saved webpages

Completed in 1519 milliseconds

12 3