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

  /frameworks/compile/libbcc/runtime/make/
AppleBI.mk 16 Verb :=
config.mk 28 Verb := @
30 Verb :=
  /external/compiler-rt/make/
AppleBI.mk 24 Verb :=
config.mk 33 Verb := @
35 Verb :=
  /external/skia/include/utils/
SkDumpCanvas.h 26 enum Verb {
52 virtual void dump(SkDumpCanvas*, SkDumpCanvas::Verb, const char str[],
113 void dump(Verb, const SkPaint*, const char format[], ...);
127 virtual void dump(SkDumpCanvas*, SkDumpCanvas::Verb, const char str[],
  /external/skia/include/core/
SkPath.h 140 * verb.
638 enum Verb {
653 move command) will be completed with a close verb regardless of the
663 /** Return the next verb in this iteration of the path. When all
666 @param pts The points representing the current verb and/or segment
667 @return The verb for the current segment
669 Verb next(SkPoint pts[4]);
674 verb, this returns an undefined value.
698 Verb autoClose(SkPoint pts[2]);
711 /** Return the next verb in this iteration of the path. When al
    [all...]

Completed in 203 milliseconds