Searched refs:tableSize (Results 1 - 9 of 9) sorted by relevance
/frameworks/minikin/tests/ |
H A D | MinikinFontForTest.cpp | 51 const size_t tableSize = mTypeface->getTableSize(tag); local 52 *size = tableSize; 53 if (tableSize == 0) { 56 void* buf = malloc(tableSize); 60 mTypeface->getTableData(tag, 0, tableSize, buf);
|
/frameworks/minikin/sample/ |
H A D | MinikinSkia.cpp | 53 const size_t tableSize = mTypeface->getTableSize(tag); 54 *size = tableSize; 55 if (tableSize == 0) { 58 void* buf = malloc(tableSize); 62 mTypeface->getTableData(tag, 0, tableSize, buf);
|
/frameworks/base/core/jni/android/graphics/ |
H A D | HarfBuzzNGFaceSkia.cpp | 143 const size_t tableSize = typeface->getTableSize(tag); local 144 if (!tableSize) 147 char* buffer = reinterpret_cast<char*>(malloc(tableSize)); 150 size_t actualSize = typeface->getTableData(tag, 0, tableSize, buffer); 151 if (tableSize != actualSize) { 156 return hb_blob_create(const_cast<char*>(buffer), tableSize,
|
/frameworks/base/libs/hwui/hwui/ |
H A D | MinikinSkia.cpp | 73 const size_t tableSize = mTypeface->getTableSize(tag); local 74 *size = tableSize; 75 if (tableSize == 0) { 78 void* buf = malloc(tableSize); 82 mTypeface->getTableData(tag, 0, tableSize, buf);
|
/frameworks/minikin/libs/minikin/ |
H A D | CmapCoverage.cpp | 221 const size_t tableSize = cmap_size - offset; local 223 success = getCoverageFormat4(coverageVec, tableData, tableSize); 225 success = getCoverageFormat12(coverageVec, tableData, tableSize);
|
/frameworks/av/media/libstagefright/ |
H A D | AACWriter.cpp | 200 const int tableSize = local 204 for (int index = 0; index < tableSize; ++index) {
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
H A D | AACEncoder.cpp | 101 const int32_t tableSize = sizeof(kSampleRateTable) / sizeof(kSampleRateTable[0]); local 102 for (int32_t i = 0; i < tableSize; ++i) {
|
H A D | SoftAACEncoder.cpp | 369 const int32_t tableSize = local 372 for (int32_t i = 0; i < tableSize; ++i) {
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
H A D | databinding-studio-bundle.jar | META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ... |
Completed in 108 milliseconds