Home
last modified time | relevance | path

Searched refs:kTypes (Results 1 – 4 of 4) sorted by relevance

/external/skia/gm/
Dencode-platform.cpp44 static SkEncodedImageFormat kTypes[] { variable
50 static SkEncodedImageFormat kTypes[] { variable
56 static SkEncodedImageFormat kTypes[] { variable
107 return SkISize::Make(256 * SK_ARRAY_COUNT(kTypes), 256 * 3); in onISize()
116 for (SkEncodedImageFormat type : kTypes) { in onDraw()
/external/skqp/gm/
Dencode-platform.cpp44 static SkEncodedImageFormat kTypes[] { variable
50 static SkEncodedImageFormat kTypes[] { variable
56 static SkEncodedImageFormat kTypes[] { variable
107 return SkISize::Make(256 * SK_ARRAY_COUNT(kTypes), 256 * 3); in onISize()
116 for (SkEncodedImageFormat type : kTypes) { in onDraw()
/external/flatbuffers/src/
Dflatc.cpp254 opts.mini_reflect = IDLOptions::kTypes; in Compile()
/external/flatbuffers/include/flatbuffers/
Didl.h407 enum MiniReflect { kNone, kTypes, kTypesAndNames }; enumerator