HomeSort by relevance Sort by last modified time
    Searched defs:skPath (Results 1 - 7 of 7) sorted by null

  /frameworks/base/libs/hwui/tests/microbench/
PathParserBench.cpp 22 #include <SkPath.h>
30 SkPath skPath;
34 PathParser::parseAsciiStringForSkPath(&skPath, &result, sPathString, length);
36 benchmark::DoNotOptimize(&skPath);
  /external/skia/src/gpu/gl/
GrGLPathRange.cpp 53 void GrGLPathRange::onInitPath(int index, const SkPath& origSkPath) const {
71 const SkPath* skPath = &origSkPath;
72 SkTLazy<SkPath> tmpPath;
82 if (!stroke->applyDashToPath(tmpPath.init(), &tmpStroke, *skPath)) {
85 skPath = tmpPath.get();
96 GrGLPath::InitPathObjectPathData(gpu, fBasePathID + index, *skPath);
GrGLPath.cpp 14 inline GrGLubyte verb_to_gl_path_cmd(SkPath::Verb verb) {
23 GR_STATIC_ASSERT(0 == SkPath::kMove_Verb);
24 GR_STATIC_ASSERT(1 == SkPath::kLine_Verb);
25 GR_STATIC_ASSERT(2 == SkPath::kQuad_Verb);
26 GR_STATIC_ASSERT(3 == SkPath::kConic_Verb);
27 GR_STATIC_ASSERT(4 == SkPath::kCubic_Verb);
28 GR_STATIC_ASSERT(5 == SkPath::kClose_Verb);
35 inline int num_coords(SkPath::Verb verb) {
44 GR_STATIC_ASSERT(0 == SkPath::kMove_Verb);
45 GR_STATIC_ASSERT(1 == SkPath::kLine_Verb)
    [all...]
  /frameworks/base/core/jni/
android_util_PathParser.cpp 21 #include <SkPath.h>
34 SkPath* skPath = reinterpret_cast<SkPath*>(skPathHandle);
37 PathParser::parseAsciiStringForSkPath(skPath, &result, pathString, strLength);
98 SkPath* skPath = reinterpret_cast<SkPath*>(outPathPtr);
99 VectorDrawableUtils::verbsToPath(skPath, *pathData);
  /frameworks/base/libs/hwui/tests/unit/
VectorDrawableTests.cpp 32 const std::function<void(SkPath*)> skPathLamda;
48 [](SkPath* outPath) {
69 [](SkPath* outPath) {
111 [](SkPath* outPath) {
146 [](SkPath* outPath) {
173 [](SkPath* outPath) {
203 [](SkPath* outPath) {
223 [](SkPath* outPath) {}
261 SkPath skPath;
    [all...]
  /external/skia/experimental/SkV8Example/
Path2DBuilder.cpp 13 #include "SkPath.h"
212 SkPath::Direction dir = SkPath::kCW_Direction;
214 dir = SkPath::kCCW_Direction;
254 SkPath* skPath = new SkPath(path->fSkPath);
258 Path2D* pathWrap = new Path2D(skPath);
  /external/skia/src/ports/
SkFontHost_mac.cpp 41 #include "SkPath.h"
648 void generatePath(const SkGlyph& glyph, SkPath* path) override;
    [all...]

Completed in 586 milliseconds