Searched defs:bloc (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dtag.cc72 const int32_t Tag::bloc = TAG('b', 'l', 'o', 'c'); member in class:sfntly::Tag
H A Dtag.h94 static const int32_t bloc; member in struct:sfntly::Tag
/external/sfntly/cpp/src/sfntly/
H A Dtag.cc72 const int32_t Tag::bloc = TAG('b', 'l', 'o', 'c'); member in class:sfntly::Tag
H A Dtag.h94 static const int32_t bloc; member in struct:sfntly::Tag
/external/libpng/contrib/libtests/
H A Dpngstest.c2924 png_byte bloc[4]; local
2933 bchannels = component_loc(bloc, formatb);
2936 for (i=0; i<4; ++i) if (bloc[i] < 4)
2937 btoa[bloc[i]] = aloc[i]; /* may be '4' for alpha */
2940 alpha_added = bloc[0]; /* location of alpha channel in image b */

Completed in 152 milliseconds