HomeSort by relevance Sort by last modified time
    Searched full:skia (Results 1 - 25 of 542) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/cmds/screencap/
Android.mk 20 external/skia/include/core \
21 external/skia/include/effects \
22 external/skia/include/images \
23 external/skia/src/ports \
24 external/skia/include/utils
  /frameworks/native/services/surfaceflinger/tests/screencap/
Android.mk 20 external/skia/include/core \
21 external/skia/include/effects \
22 external/skia/include/images \
23 external/skia/src/ports \
24 external/skia/include/utils
  /external/libpng/
pngusr.h 1 #define PNG_USER_PRIVATEBUILD "Skia build; no MNG features"
  /external/skia/
README 0 Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.
3 See full details, and build instructions, at http://code.google.com/p/skia/wiki/DocRoot
skia.gyp 1 # Top-level gyp configuration for Skia.
3 # Projects that use Skia should depend on one or more of the targets
  /hardware/qcom/display/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/skia/bench/
Android.mk 66 external/skia/include/core \
67 external/skia/include/config \
68 external/skia/include/effects \
69 external/skia/include/gpu \
70 external/skia/include/images \
71 external/skia/include/pipe \
72 external/skia/include/utils \
73 external/skia/src/core \
74 external/skia/src/effects \
75 external/skia/src/utils
    [all...]
  /external/chromium/webkit/glue/
DEPS 5 "+skia/ext",
6 "+skia/include",
gl_bindings_skia_cmd_buffer.h 11 // The GPU back-end for skia requires pointers to GL functions. This function
12 // binds skia-gpu to the cmd buffers GL.
  /external/skia/gm/
Android.mk 111 external/skia/include/config \
112 external/skia/include/core \
113 external/skia/include/effects \
114 external/skia/include/gpu \
115 external/skia/include/images \
116 external/skia/include/pipe \
117 external/skia/include/utils \
118 external/skia/gm \
119 external/skia/src/core \
120 external/skia/src/effects
    [all...]
  /external/skia/tests/
Android.mk 108 external/skia/include/core \
109 external/skia/include/config \
110 external/skia/include/effects \
111 external/skia/include/gpu \
112 external/skia/include/images \
113 external/skia/include/pipe \
114 external/skia/include/ports \
115 external/skia/include/utils \
116 external/skia/src/core \
117 external/skia/src/effects
    [all...]
  /frameworks/base/native/graphics/jni/
Android.mk 6 # setup for skia optimizations
26 external/skia/include/core \
  /frameworks/base/media/tests/omxjpegdecoder/
Android.mk 37 $(TOP)/external/skia/include/config \
38 $(TOP)/external/skia/include/core \
39 $(TOP)/external/skia/include/images \
40 $(TOP)/external/skia/include/utils \
41 $(TOP)/external/skia/include/effects \
  /frameworks/base/libs/hwui/
Android.mk 50 external/skia/include/core \
51 external/skia/include/effects \
52 external/skia/include/images \
53 external/skia/src/core \
54 external/skia/src/ports \
55 external/skia/include/utils \
  /external/skia/tools/
build-tot-chromium.sh 6 # writable, tip-of-tree Skia rather than the read-only, revision-locked Skia
31 "src/third_party/skia": "https://skia.googlecode.com/svn/trunk",
32 "src/third_party/skia/gyp": None,
33 "src/third_party/skia/src": None,
34 "src/third_party/skia/include": None,
58 echo -e "\n\n========The Chromium & Skia versions are $SVN_VERSION========\n\n"
update-doxygen.sh 3 # Runs doxygen and stores its results in the skia-autogen repo, so that they
4 # can be browsed at http://skia-autogen.googlecode.com/svn/docs/html/index.html
8 # (by default, /tmp/skia-doxygen). The DOXYGEN_COMMIT env variable determines
16 # Prepare a temporary dir and check out Skia trunk and docs.
18 DOXYGEN_TEMPDIR=${DOXYGEN_TEMPDIR:-/tmp/skia-doxygen}
27 svn checkout http://skia.googlecode.com/svn/trunk # read-only
32 svn checkout https://skia-autogen.googlecode.com/svn/docs # writeable
68 Generated on $(date) for skia by
  /external/chromium/chrome/browser/importer/
importer.cc 9 #include "skia/ext/image_operations.h"
10 #include "third_party/skia/include/core/SkBitmap.h"
43 decoded = skia::ImageOperations::Resize(
44 decoded, skia::ImageOperations::RESIZE_LANCZOS3, new_width, new_height);
  /external/skia/gyp/
nacl.gyp 1 # Common entry point for all Skia executables running in NaCl
everything.gyp 1 # Build EVERYTHING provided by Skia.
8 # See https://code.google.com/p/skia/issues/detail?id=932
most.gyp 1 # Build ALMOST everything provided by Skia; this should be the default target.
12 # The minimal set of static libraries for basic Skia functionality.
  /external/skia/src/utils/cityhash/
config.h 9 * Converts from Skia build flags to the macro definitions cityhash normally
  /external/skia/legacy/include/core/
SkUserConfig.h 20 skia defines.
31 in Skia. Your port can locally edit this file to enable/disable flags as
41 // ANDROID Specific changes - NO NOT CHECK BACK INTO code.google.com/p/skia
44 #define PICTURE_VERSION_ICS 1 // r1562 of Skia
54 /* Scalars (the fractional value type in skia) can be implemented either as
62 /* Somewhat independent of how SkScalar is implemented, Skia also wants to know
69 /* For some performance-critical scalar operations, skia will optionally work
77 /* Skia has lots of debug-only code. Often this is just null checks or other
90 /* If, in debugging mode, Skia needs to stop (presumably to invoke a debugger)
115 /* To write debug messages to a console, skia will call SkDebugf(...) followin
    [all...]
  /external/chromium/chrome/browser/
icon_loader_mac.mm 12 #include "skia/ext/skia_utils_mac.h"
13 #include "third_party/skia/include/core/SkBitmap.h"
  /external/chromium/chrome/browser/chromeos/
wm_overview_favicon.cc 11 #include "skia/ext/image_operations.h"
13 #include "third_party/skia/include/core/SkBitmap.h"
67 icon = skia::ImageOperations::Resize(
68 image, skia::ImageOperations::RESIZE_BOX,
  /external/skia/legacy/src/ports/
SkDebug_android.cpp 14 #define LOG_TAG "skia"

Completed in 1413 milliseconds

1 2 3 4 5 6 7 8 91011>>