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

  /external/chromium_org/third_party/skia/include/effects/
SkDashPathEffect.h 63 int32_t fInitialDashIndex;
  /external/skia/include/effects/
SkDashPathEffect.h 63 int32_t fInitialDashIndex;
  /external/chromium_org/third_party/skia/src/effects/
SkDashPathEffect.cpp 78 &fInitialDashIndex, count);
81 SkASSERT(fInitialDashIndex >= 0 && fInitialDashIndex < fCount);
257 int index = fInitialDashIndex;
324 if (meas.isClosed() && is_even(fInitialDashIndex) &&
418 if (clampedInitialDashLength > 0 || 0 == fInitialDashIndex) {
420 if (0 == fInitialDashIndex) {
453 if (clampedInitialDashLength > 0 || 0 == fInitialDashIndex) {
456 if (0 == fInitialDashIndex) {
539 buffer.writeInt(fInitialDashIndex);
    [all...]
  /external/skia/src/effects/
SkDashPathEffect.cpp 78 &fInitialDashIndex, count);
81 SkASSERT(fInitialDashIndex >= 0 && fInitialDashIndex < fCount);
257 int index = fInitialDashIndex;
324 if (meas.isClosed() && is_even(fInitialDashIndex) &&
418 if (clampedInitialDashLength > 0 || 0 == fInitialDashIndex) {
420 if (0 == fInitialDashIndex) {
453 if (clampedInitialDashLength > 0 || 0 == fInitialDashIndex) {
456 if (0 == fInitialDashIndex) {
539 buffer.writeInt(fInitialDashIndex);
    [all...]

Completed in 350 milliseconds