/external/skia/tests/ |
D | SubsetPath.cpp | 65 uint8_t verb; in SubsetContours() local 102 uint8_t verb; in getSubsetPath() local 156 uint8_t verb; in SubsetVerbs() local 189 uint8_t verb; in getSubsetPath() local
|
D | PathOpsTestCommon.cpp | 168 uint8_t verb; in CubicPathToQuads() local 207 uint8_t verb; in CubicPathToSimple() local
|
/external/skia/src/pathops/ |
D | SkPathOpsCurve.cpp | 13 double SkDCurve::nearPoint(SkPath::Verb verb, const SkDPoint& xy, const SkDPoint& opp) const { in nearPoint() 55 void SkDCurve::offset(SkPath::Verb verb, const SkDVector& off) { in offset() 92 void SkDCurveSweep::setCurveHullSweep(SkPath::Verb verb) { in setCurveHullSweep()
|
D | SkOpEdgeBuilder.cpp | 29 static bool can_add_curve(SkPath::Verb verb, SkPoint* curve) { in can_add_curve() 88 SkPath::Verb verb; in preFetch() local 180 SkPath::Verb verb; in walk() local
|
D | SkPathOpsTightBounds.cpp | 14 SkPath::Verb verb; in TightBounds() local
|
D | SkOpContour.cpp | 59 void SkOpContourBuilder::addCurve(SkPath::Verb verb, const SkPoint pts[4], SkScalar weight) { in addCurve()
|
D | SkOpAngle.cpp | 537 SkPath::Verb verb = segment->verb(); in endToSide() local 606 int SkOpAngle::findSector(SkPath::Verb verb, double x, double y) const { in findSector() 758 SkPath::Verb verb = segment->verb(); in midToSide() local 882 const SkPath::Verb verb = segment->verb(); in setSpans() local 963 SkPath::Verb verb = segment->verb(); in setSector() local
|
/external/skia/bench/ |
D | PathIterBench.cpp | 72 SkPath::Verb verb; in onDraw() local 80 SkPath::Verb verb; in onDraw() local
|
/external/syslinux/gpxe/src/hci/commands/ |
D | ifmgmt_cmd.c | 46 static void ifcommon_syntax ( char **argv, const char *verb ) { in ifcommon_syntax() 109 const char *verb ) { in ifcommon_exec()
|
/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() 111 SkPath::Verb verb; in init_path_object_for_general_path() local
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | iqtask.cc | 21 const std::string& verb, in IqTask()
|
/external/skia/src/core/ |
D | SkPathRef.cpp | 440 SkPoint* SkPathRef::growForRepeatedVerb(int /*SkPath::Verb*/ verb, in growForRepeatedVerb() 520 SkPoint* SkPathRef::growForVerb(int /* SkPath::Verb*/ verb, SkScalar weight) { in growForVerb() 619 uint8_t verb = iter.next(pts); in getRRect() local 688 unsigned verb = *(--fVerbs); in next() local
|
D | SkEdgeBuilder.cpp | 200 SkPath::Verb verb; in addClipper() local 244 SkPath::Verb verb; in buildPoly() local 360 SkPath::Verb verb; in build() local
|
D | SkRegion_path.cpp | 242 static unsigned verb_to_initial_last_index(unsigned verb) { in verb_to_initial_last_index() 256 static unsigned verb_to_max_edges(unsigned verb) { in verb_to_max_edges() 274 SkPath::Verb verb; in count_path_runtype_values() local
|
/external/skia/src/effects/ |
D | SkArcToPathEffect.cpp | 19 SkPath::Verb verb; in filterPath() local
|
D | SkCornerPathEffect.cpp | 39 SkPath::Verb verb, prevVerb = (SkPath::Verb)-1; in filterPath() local
|
D | Sk1DPathEffect.cpp | 110 SkPath::Verb verb; in morphpath() local
|
/external/skia/samplecode/ |
D | SampleAAGeometry.cpp | 114 SkPath::Verb verb; in get_path_weight() local 130 SkPath::Verb verb; in set_path_pt() local 204 SkPath::Verb verb; in add_path_segment() local 278 SkPath::Verb verb; in delete_path_segment() local 316 SkPath::Verb verb; in set_path_weight() local 353 SkPath::Verb verb; in set_path_verb() local 700 MyClick(SkView* target, ClickType type, int index, SkPath::Verb verb, SkScalar weight) in MyClick() 1087 SkPath::Verb verb; in draw_bisects() local 1196 SkPath::Verb verb; in draw_segment() local 1249 SkPath::Verb verb; in hittest_verb() local [all …]
|
D | SampleQuadStroker.cpp | 28 SkPath::Verb verb; in getOnCurvePoints() local 50 SkPath::Verb verb; in getContourCounts() local 349 SkPath::Verb verb = iter.next(pts); in draw_t_divs() local
|
/external/skia/src/gpu/ccpr/ |
D | GrCCPRCoverageOpsBuilder.cpp | 85 static int num_pts(uint8_t verb) { in num_pts() 179 for (SkPath::Verb verb : SkPathPriv::Verbs(path)) { in parsePath() local 430 for (SkPath::Verb verb : SkPathPriv::Verbs(path)) { in countPathItems() 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 | 141 SkPath::Verb verb; in output_path_data() local 242 SkPath::Verb verb = verbs[index]; in output_font() local
|
/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 | 222 static void append_scalars(SkWStream* stream, char verb, const SkScalar data[], in append_scalars()
|
/external/skia/gm/ |
D | path_stroke_with_zero_length.cpp | 140 for (auto verb : kAllVerbs) { in draw_zero_length_capped_paths() local
|