OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkAlphaTypeIsOpaque
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
AssetAtlas.cpp
118
texture->blend = !
SkAlphaTypeIsOpaque
(pixelRef->info().alphaType());
/external/skia/include/core/
SkImageInfo.h
50
static inline bool
SkAlphaTypeIsOpaque
(SkAlphaType at) {
230
return
SkAlphaTypeIsOpaque
(fAlphaType);
SkBitmap.h
189
return
SkAlphaTypeIsOpaque
(this->alphaType());
[
all
...]
Completed in 123 milliseconds