OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scaleToFit
(Results
1 - 11
of
11
) sorted by null
/external/skia/include/utils/mac/
SkCGUtils.h
29
* Given a CGImage, allocate an SkBitmap and copy the image's pixels into it. If
scaleToFit
is not
35
SK_API bool SkCreateBitmapFromCGImage(SkBitmap* dst, CGImageRef src, SkISize*
scaleToFit
= NULL);
/external/skia/src/utils/mac/
SkCreateCGImageRef.cpp
281
bool SkCreateBitmapFromCGImage(SkBitmap* dst, CGImageRef image, SkISize*
scaleToFit
) {
282
const int width =
scaleToFit
?
scaleToFit
->width() : SkToInt(CGImageGetWidth(image));
283
const int height =
scaleToFit
?
scaleToFit
->height() : SkToInt(CGImageGetHeight(image));
/frameworks/base/core/java/android/app/
WallpaperManager.java
465
* @param
scaleToFit
If true, scale the wallpaper down rather than just cropping it
474
boolean
scaleToFit
, float horizontalAlignment, float verticalAlignment) {
475
return getBuiltInDrawable(outWidth, outHeight,
scaleToFit
,
485
* @param
scaleToFit
If true, scale the wallpaper down rather than just cropping it
495
public Drawable getBuiltInDrawable(int outWidth, int outHeight, boolean
scaleToFit
,
546
if (
scaleToFit
) {
615
m.setRectToRect(cropRect, returnRect, Matrix.
ScaleToFit
.FILL);
[
all
...]
/external/skia/src/utils/
SkLua.cpp
[
all
...]
/prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
/external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/21/
android.jar
/prebuilts/sdk/23/
android.jar
Completed in 151 milliseconds