Home
last modified time | relevance | path

Searched defs:profileType (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkImageInfo.cpp12 static bool profile_type_is_valid(SkColorProfileType profileType) { in profile_type_is_valid()
/external/skia/src/gpu/
DGrSurface.cpp46 SkColorProfileType profileType; in info() local
/external/skia/include/core/
DSkImageInfo.h208 SkColorProfileType profileType() const { return fProfileType; } in profileType() function
DSkBitmap.h75 SkColorProfileType profileType() const { return fInfo.profileType(); } in profileType() function