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

  /frameworks/compile/libbcc/runtime/make/
AppleBI.mk 16 Verb :=
config.mk 28 Verb := @
30 Verb :=
  /external/skia/include/utils/
SkDumpCanvas.h 19 enum Verb {
46 virtual void dump(SkDumpCanvas*, SkDumpCanvas::Verb, const char str[],
112 void dump(Verb, const SkPaint*, const char format[], ...);
126 virtual void dump(SkDumpCanvas*, SkDumpCanvas::Verb, const char str[],
  /external/skia/include/core/
SkPath.h 147 * verb.
579 enum Verb {
598 /** Return the next verb in this iteration of the path. When all
601 @param pts The points representing the current verb and/or segment
602 @return The verb for the current segment
604 Verb next(SkPoint pts[4]);
609 verb, this returns an undefined value.
633 Verb autoClose(SkPoint pts[2]);

Completed in 74 milliseconds