/hardware/qcom/display/msm8960/libtilerenderer/ |
Android.mk | 12 external/skia/include/core \ 13 external/skia/include/effects \ 14 external/skia/include/images \ 15 external/skia/src/ports \ 16 external/skia/include/utils \
|
/hardware/qcom/display/msm8x26/libtilerenderer/ |
Android.mk | 12 external/skia/include/core \ 13 external/skia/include/effects \ 14 external/skia/include/images \ 15 external/skia/src/ports \ 16 external/skia/include/utils \
|
/external/chromium_org/printing/ |
metafile_skia_wrapper.cc | 6 #include "skia/ext/platform_device.h" 7 #include "skia/ext/refptr.h" 8 #include "third_party/skia/include/core/SkCanvas.h" 9 #include "third_party/skia/include/core/SkDevice.h" 10 #include "third_party/skia/include/core/SkMetaData.h" 24 skia::RefPtr<MetafileSkiaWrapper> wrapper; 26 wrapper = skia::AdoptRef(new MetafileSkiaWrapper(metafile)); 28 SkMetaData& meta = skia::getMetaData(canvas); 34 SkMetaData& meta = skia::getMetaData(canvas); 45 SkMetaData& meta = skia::getMetaData(canvas) [all...] |
/external/chromium_org/skia/ |
README.chromium | 1 This is a copy of the Skia source tree. In the original repository, the include 3 libs/graphics -> skia 5 include/corecg -> skia/include/corecg 6 include/graphics -> skia/include 7 libs/corecg -> skia/corecg 10 Skia to implement. 12 DO NOT CHANGE THE SKIA FILES IN OUR TREE. These will be overwritten when we 13 sync to newer versions of Skia. The exception is platform/ 17 with any changes in the Skia tree so that our options are preserved and we 22 Patches we are tracking locally (until Skia is fixed upstream) [all...] |
skia_Prefix.pch | 5 // Prefix header for all source files in the 'Skia' framework. 11 // Include the Skia prefix file.
|
skia_library_opts.gyp | 6 # This gyp file contains the platform-specific optimizations for Skia 32 '../third_party/skia/include/config', 33 '../third_party/skia/include/core', 34 '../third_party/skia/src/core', 35 '../third_party/skia/src/opts', 46 '../third_party/skia/src/opts/SkBitmapProcState_opts_SSE2.cpp', 47 '../third_party/skia/src/opts/SkBlitRect_opts_SSE2.cpp', 48 '../third_party/skia/src/opts/SkBlitRow_opts_SSE2.cpp', 49 '../third_party/skia/src/opts/SkUtils_opts_SSE2.cpp', 50 '../third_party/skia/src/opts/SkBitmapFilter_opts_SSE2.cpp' [all...] |
/external/chromium_org/skia/ext/ |
platform_device_linux.cc | 5 #include "skia/ext/platform_device.h" 7 namespace skia { namespace 17 } // namespace skia
|
skia_trace_shim.h | 11 TRACE_EVENT0("skia", name) 13 TRACE_EVENT1("skia", name, arg1_name, arg1_val) 15 TRACE_EVENT1("skia", name, arg1_name, arg1_val, arg2_name, arg2_val)
|
opacity_draw_filter.cc | 5 #include "skia/ext/opacity_draw_filter.h" 6 #include "third_party/skia/include/core/SkPaint.h" 8 namespace skia { namespace 25 } // namespace skia
|
skia_utils_win.h | 8 #include "third_party/skia/include/core/SkColor.h" 18 namespace skia { namespace 20 // Converts a Skia point to a Windows POINT. 23 // Converts a Windows RECT to a Skia rect. 26 // Converts a Windows RECT to a Skia rect. 33 // Converts a Skia rect to a Windows RECT. 40 // Converts COLORREFs (0BGR) to the ARGB layout Skia expects. 46 } // namespace skia
|
bitmap_platform_device.h | 12 #include "skia/ext/bitmap_platform_device_win.h" 14 #include "skia/ext/bitmap_platform_device_mac.h" 16 #include "skia/ext/bitmap_platform_device_android.h" 18 #include "skia/ext/bitmap_platform_device_linux.h" 21 namespace skia { namespace
|
refptr.h | 8 #include "third_party/skia/include/core/SkRefCnt.h" 10 namespace skia { namespace 12 // When creating/receiving a ref-counted pointer from Skia, wrap that pointer in 17 // skia::RefPtr<SkShader> shader = skia::AdoptRef(SkGradientShader::Create()); 20 // When passing around a ref-counted pointer to methods outside of Skia, always 21 // pass around the skia::RefPtr instead of the raw pointer. An example method 23 // void AMethodThatSavesAShader(const skia::RefPtr<SkShader>& shader) { 26 // skia::RefPtr<SkShader> member_refptr_; 28 // When returning a ref-counted pointer, also return the skia::RefPtr instead [all...] |
benchmarking_canvas.h | 9 #include "skia/ext/refptr.h" 10 #include "third_party/skia/include/utils/SkNWayCanvas.h" 11 #include "third_party/skia/src/utils/debugger/SkDebugCanvas.h" 13 namespace skia { namespace 32 // In order to avoid introducing a Skia version dependency, this 45 skia::RefPtr<SkDebugCanvas> debug_canvas_; 46 skia::RefPtr<TimingCanvas> timing_canvas_;
|
vector_platform_device_skia.h | 11 #include "skia/ext/platform_device.h" 12 #include "skia/ext/refptr.h" 13 #include "third_party/skia/include/core/SkTScopedPtr.h" 14 #include "third_party/skia/include/pdf/SkPDFDevice.h" 18 namespace skia { namespace 53 skia::RefPtr<BitmapPlatformDevice> raster_surface_; 58 } // namespace skia
|
/external/chromium_org/ui/metro_viewer/ |
metro_viewer.gyp | 15 '../../skia/skia.gyp:skia',
|
/external/chromium_org/chrome/utility/ |
DEPS | 8 "+skia/ext",
|
/external/chromium_org/content/plugin/ |
DEPS | 6 "+skia/ext",
|
/external/chromium_org/media/ |
DEPS | 7 "+third_party/skia",
|
/external/chromium_org/ui/aura/ |
DEPS | 4 "+skia/ext",
|
/external/chromium_org/ui/oak/ |
DEPS | 5 "+skia/ext",
|
/external/chromium/webkit/glue/ |
DEPS | 5 "+skia/ext", 6 "+skia/include",
|
/external/chromium_org/ash/ |
DEPS | 10 "+skia/ext", 12 "+third_party/skia",
|
/external/chromium_org/webkit/glue/ |
DEPS | 3 "+skia/ext", 4 "+skia/include",
|
/external/chromium_org/components/ |
web_modal.gypi | 16 '../skia/skia.gyp:skia',
|
/external/chromium_org/remoting/ |
DEPS | 18 "+skia/config", 19 "+skia/ext", 25 "+third_party/skia/include/core",
|