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

  /external/skia/include/effects/
SkDashPathEffect.h 34 SkDashPathEffect(const SkScalar intervals[], int count, SkScalar phase, bool scaleToFit = false);
  /external/skia/src/effects/
SkDashPathEffect.cpp 37 SkDashPathEffect::SkDashPathEffect(const SkScalar intervals[], int count, SkScalar phase, bool scaleToFit)
38 : fScaleToFit(scaleToFit)
  /packages/apps/Gallery3D/src/com/cooliris/media/
Shared.java 85 public static float scaleToFit(float srcWidth, float srcHeight, float outerWidth, float outerHeight, boolean clipToFit) {

Completed in 465 milliseconds