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

/external/skia/include/core/
H A DSkDescriptor.h24 static size_t ComputeOverhead(int entryCount) argument
26 SkASSERT(entryCount >= 0);
27 return sizeof(SkDescriptor) + entryCount * sizeof(Entry);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestNavigationController.h142 int entryCount() const { return static_cast<int>(m_entries.size()); } function in class:TestNavigationController
/external/icu4c/samples/layout/
H A Dsfnt.h72 le_uint16 entryCount; member in struct:CMAPFormat2Subheader
100 le_uint16 entryCount; member in struct:CMAPFormat6Encoding
/external/icu4c/test/letest/
H A DFontObject.h69 le_uint16 entryCount; member in struct:CMAPFormat2Subheader
97 le_uint16 entryCount; member in struct:CMAPFormat6Encoding
H A Dsfnt.h98 le_uint16 entryCount; member in struct:CMAPFormat2Subheader
167 le_uint16 entryCount; member in struct:CMAPFormat6Encoding
176 le_uint16 entryCount; member in struct:CMAPFormat6Encoding

Completed in 158 milliseconds