/external/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 14 inline GrGLubyte verb_to_gl_path_cmd(SkPath::Verb verb) { in verb_to_gl_path_cmd() 35 inline int num_coords(SkPath::Verb verb) { in num_coords() 124 SkPath::Verb verb; in InitPathObject() local
|
/external/skia/bench/ |
D | PathIterBench.cpp | 72 SkPath::Verb verb; in onDraw() local 80 SkPath::Verb verb; in onDraw() local
|
/external/skia/src/core/ |
D | SkEdgeBuilder.cpp | 54 SkPath::Verb verb; in addClipper() local 86 SkPath::Verb verb; in buildPoly() local 179 SkPath::Verb verb; in build() local
|
D | SkPathRef.cpp | 285 SkPoint* SkPathRef::growForRepeatedVerb(int /*SkPath::Verb*/ verb, in growForRepeatedVerb() 364 SkPoint* SkPathRef::growForVerb(int /* SkPath::Verb*/ verb, SkScalar weight) { in growForVerb()
|
D | SkRegion_path.cpp | 243 static unsigned verb_to_initial_last_index(unsigned verb) { in verb_to_initial_last_index() 257 static unsigned verb_to_max_edges(unsigned verb) { in verb_to_max_edges() 275 SkPath::Verb verb; in count_path_runtype_values() local
|
D | SkPath.cpp | 232 SkPath::Verb verb; in conservativelyContainsRect() local 400 uint8_t verb = insertClose ? (uint8_t) kClose_Verb : fPathRef->atVerb(*currVerb); in isRectContour() local 1255 Verb verb; in addPath() local 1298 static int pts_in_verb(unsigned verb) { in pts_in_verb() 1446 SkPath::Verb verb; in transform() local 1622 unsigned verb = *(fVerbs - 1); // fVerbs is one beyond the current verb in consumeDegenerateSegments() local 1713 unsigned verb = *(--fVerbs); in doNext() local 1806 unsigned verb = *(--fVerbs); in next() local 1943 Verb verb; in dump() local 2223 SkPath::Verb verb; in internalGetConvexity() local
|
/external/skia/src/pathops/ |
D | SkOpEdgeBuilder.cpp | 80 SkPath::Verb verb; in preFetch() local 170 SkPath::Verb verb; in walk() local
|
D | SkOpContour.cpp | 13 SkOpSegment* SkOpContour::addCurve(SkPath::Verb verb, const SkPoint pts[4], in addCurve()
|
D | SkOpAngle.cpp | 553 SkPath::Verb verb = segment->verb(); in endToSide() local 622 int SkOpAngle::findSector(SkPath::Verb verb, double x, double y) const { in findSector() 778 SkPath::Verb verb = segment->verb(); in midToSide() local 946 const SkPath::Verb verb = segment->verb(); in setSpans() local 1026 SkPath::Verb verb = segment->verb(); in setSector() local
|
D | SkReduceOrder.cpp | 275 SkPath::Verb verb = SkReduceOrder::Quad(a, reducePts); in Conic() local
|
/external/skia/src/xml/ |
D | SkBML_XMLParser.cpp | 86 static void rattr(unsigned verb, SkStream& s, BMLW& rec, SkXMLWriter& writer) in rattr() 121 static void relem(unsigned verb, SkStream& s, BMLW& rec, SkXMLWriter& writer) in relem()
|
/external/skia/src/effects/ |
D | SkArcToPathEffect.cpp | 19 SkPath::Verb verb; in filterPath() local
|
D | SkCornerPathEffect.cpp | 40 SkPath::Verb verb, prevVerb = (SkPath::Verb)-1; in filterPath() local
|
D | Sk1DPathEffect.cpp | 116 SkPath::Verb verb; in morphpath() local
|
/external/skia/tests/ |
D | PathOpsTestCommon.cpp | 168 uint8_t verb; in CubicPathToQuads() local 207 uint8_t verb; in CubicPathToSimple() local
|
/external/bzip2/ |
D | blocksort.c | 216 Int32 verb ) in fallbackSort() 756 Int32 verb, in mainSort() 1037 Int32 verb = s->verbosity; in BZ2_blockSort() local
|
/external/skia/tools/ |
D | create_test_font.cpp | 191 SkPath::Verb verb; in output_path_data() local 290 SkPath::Verb verb = verbs[index]; in output_font() local
|
/external/libdrm/tests/ |
D | drmstat.c | 431 xf86VDrvMsgVerb(int scrnIndex, int type, int verb, const char *format, in xf86VDrvMsgVerb()
|
/external/skia/src/utils/ |
D | SkLuaCanvas.cpp | 18 AutoCallLua(lua_State* L, const char func[], const char verb[]) : INHERITED(L) { in AutoCallLua() 43 #define AUTO_LUA(verb) AutoCallLua lua(fL, fFunc.c_str(), verb) argument
|
D | SkParsePath.cpp | 204 static void append_scalars(SkWStream* stream, char verb, const SkScalar data[], in append_scalars()
|
/external/libvncserver/x11vnc/ |
D | util.c | 474 static int set = 0, verb = -1; in check_allinput_rate() local 511 static int meas = 0, verb = -1; in do_allinput() local
|
/external/skia/samplecode/ |
D | SampleQuadStroker.cpp | 27 SkPath::Verb verb; in getOnCurvePoints() local 49 SkPath::Verb verb; in getContourCounts() local
|
/external/skia/src/utils/debugger/ |
D | SkObjectParser.cpp | 148 SkPath::Verb verb; in PathToString() local
|
/external/skia/src/fonts/ |
D | SkTestScalerContext.cpp | 84 SkPath::Verb verb; in init() local
|
/external/skia/src/pdf/ |
D | SkPDFUtils.cpp | 139 for (SkPath::Verb verb = iter.next(args); verb != SkPath::kDone_Verb; verb = iter.next(args)) { in EmitPath() local
|