Searched refs:KeySize (Results 1 - 6 of 6) sorted by path

/external/google-breakpad/src/common/
H A Dsimple_string_dictionary.h53 // value, and map. The KeySize and ValueSize are measured in bytes, not glyphs,
54 // and includes space for a \0 byte. This gives space for KeySize-1 and
57 template <size_t KeySize, size_t ValueSize, size_t NumEntries>
61 static const size_t key_size = KeySize;
68 char key[KeySize];
/external/skia/src/gpu/
H A DGrPath.cpp19 int styleCnt = GrStyle::KeySize(shape.style(), GrStyle::Apply::kPathEffectAndStrokeRec);
39 int cnt0 = GrStyle::KeySize(fStyle, GrStyle::Apply::kPathEffectAndStrokeRec);
40 int cnt1 = GrStyle::KeySize(style, GrStyle::Apply::kPathEffectAndStrokeRec);
H A DGrShape.cpp219 int styleCnt = GrStyle::KeySize(parent.fStyle, apply, styleKeyFlags);
H A DGrStyle.cpp11 int GrStyle::KeySize(const GrStyle &style, Apply apply, uint32_t flags) { function in class:GrStyle
36 SkASSERT(KeySize(style, apply) >= 0);
103 SkASSERT(KeySize(style, apply) == i);
H A DGrStyle.h65 static int KeySize(const GrStyle&, Apply, uint32_t flags = 0);
69 * has room for at least KeySize() values. It assumes that KeySize() returns a non-negative
/external/skia/src/gpu/text/
H A DGrStencilAndCoverTextContext.cpp203 int cnt = GrStyle::KeySize(style, GrStyle::Apply::kPathEffectAndStrokeRec);
402 int styleDataCount = GrStyle::KeySize(fStyle, GrStyle::Apply::kPathEffectAndStrokeRec);

Completed in 1998 milliseconds