OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasBitmap
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
Program.h
135
bool
hasBitmap
;
184
hasBitmap
= false;
239
if (
hasBitmap
) {
250
if (
hasBitmap
&& hasGradient) {
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java
232
if (
hasBitmap
()) {
325
if (
hasBitmap
()) {
353
protected boolean
hasBitmap
() {
362
if (
hasBitmap
()) {
384
return (
hasBitmap
() && (mBitmap.bmp.hasAlpha() || mPaint.getAlpha() < 255)) ?
Completed in 2214 milliseconds