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

  /external/skqp/src/core/
SkPathPriv.h 69 auto verbs = path.fPathRef->verbs(); local
71 switch (verbs[~i]) { // verbs are stored backwards; we use [~i] to get the i'th verb
109 * Returns a C++11-iterable object that traverses a path's verbs in order. e.g:
111 * for (SkPath::Verb verb : SkPathPriv::Verbs(path)) {
115 struct Verbs {
117 Verbs(const SkPath& path) : fPathRef(path.fPathRef.get()) {}
119 void operator++() { --fVerb; } // verbs are laid out backwards in memory.
124 Iter begin() { return Iter{fPathRef->verbs() - 1};
    [all...]
  /external/skia/src/core/
SkPathPriv.h 69 auto verbs = path.fPathRef->verbs(); local
71 switch (verbs[~i]) { // verbs are stored backwards; we use [~i] to get the i'th verb
115 * Returns a C++11-iterable object that traverses a path's verbs in order. e.g:
117 * for (SkPath::Verb verb : SkPathPriv::Verbs(path)) {
121 struct Verbs {
123 Verbs(const SkPath& path) : fPathRef(path.fPathRef.get()) {}
125 void operator++() { --fVerb; } // verbs are laid out backwards in memory.
130 Iter begin() { return Iter{fPathRef->verbs() - 1};
    [all...]
  /external/skqp/src/gpu/ccpr/
GrCCPathParser.cpp 106 fCurrPathVerbsIdx = fGeometry.verbs().count();
118 for (SkPath::Verb verb : SkPathPriv::Verbs(path)) {
292 // Expand the ccpr verbs into GPU instance buffers.
293 for (GrCCGeometry::Verb verb : fGeometry.verbs()) {
  /external/skia/src/gpu/ccpr/
GrCCPathParser.cpp 108 fCurrPathVerbsIdx = fGeometry.verbs().count();
120 for (SkPath::Verb verb : SkPathPriv::Verbs(path)) {
168 int numVerbs = fGeometry.verbs().count() - fCurrPathVerbsIdx - 1;
175 const SkTArray<GrCCGeometry::Verb, true>& verbs = fGeometry.verbs(); local
184 SkASSERT(GrCCGeometry::Verb::kBeginPath == verbs[fCurrPathVerbsIdx]);
185 for (int i = fCurrPathVerbsIdx + 1; i < fGeometry.verbs().count(); ++i) {
186 switch (verbs[i]) {
406 // Expand the ccpr verbs into GPU instance buffers.
407 for (GrCCGeometry::Verb verb : fGeometry.verbs()) {
    [all...]
  /prebuilts/go/darwin-x86/src/fmt/
scan.go 1121 // Verbs.
  /prebuilts/go/linux-x86/src/fmt/
scan.go 1121 // Verbs.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shldisp.h     [all...]

Completed in 171 milliseconds