OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:willscale
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp
273
const bool
willScale
= scale != 1.0f;
274
isPurgeable &= !
willScale
;
313
if (!
willScale
) {
347
if (
willScale
&& mode != SkImageDecoder::kDecodeBounds_Mode) {
367
if (
willScale
) {
394
if (
willScale
) {
407
if (
willScale
) {
Completed in 2078 milliseconds