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

  /external/chromium_org/third_party/skia/include/effects/
SkDashPathEffect.h 65 bool fScaleToFit;
  /external/skia/include/effects/
SkDashPathEffect.h 65 bool fScaleToFit;
  /external/chromium_org/third_party/skia/src/effects/
SkDashPathEffect.cpp 38 : fScaleToFit(scaleToFit) {
275 if (fScaleToFit) {
367 if (fScaleToFit) {
542 buffer.writeBool(fScaleToFit);
554 fScaleToFit = buffer.readBool();
  /external/skia/src/effects/
SkDashPathEffect.cpp 38 : fScaleToFit(scaleToFit) {
275 if (fScaleToFit) {
367 if (fScaleToFit) {
542 buffer.writeBool(fScaleToFit);
554 fScaleToFit = buffer.readBool();

Completed in 582 milliseconds