OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:validate_alphaType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp
264
static bool
validate_alphaType
(SkBitmap::Config config, SkAlphaType alphaType,
306
if (!
validate_alphaType
(config, alphaType, &alphaType)) {
335
if (!
validate_alphaType
(this->config(), alphaType, &alphaType)) {
[
all
...]
/external/skia/src/core/
SkBitmap.cpp
264
static bool
validate_alphaType
(SkBitmap::Config config, SkAlphaType alphaType,
306
if (!
validate_alphaType
(config, alphaType, &alphaType)) {
335
if (!
validate_alphaType
(this->config(), alphaType, &alphaType)) {
[
all
...]
Completed in 60 milliseconds