Home | History | Annotate | Download | only in core

Lines Matching refs:scaled

35                            SkScalar scaleY, SkBitmap* scaled);
39 SkScalar scaleY, const SkBitmap& scaled);
54 * Search the cache for a scaled version of original. If found, return it
55 * in scaled, and return its ID pointer. Use the returned ptr to unlock
56 * the cache when you are done using scaled.
58 * If a match is not found, scaled will be unmodifed, and NULL will be
62 SkScalar scaleY, SkBitmap* scaled);
66 * To add a new (scaled) bitmap to the cache, call AddAndLock. Use the
67 * returned ptr to unlock the cache when you are done using scaled.
70 SkScalar scaleY, const SkBitmap& scaled);