Searched refs:subIndex (Results 1 – 8 of 8) sorted by relevance
/external/skia/tools/ |
D | create_test_font.cpp | 409 for (int subIndex = 0; subIndex < gFontsCount; subIndex++) { in generate_index() local 410 const FontDesc& desc = gFonts[subIndex]; in generate_index() 412 defaultIndex = subIndex; in generate_index() 418 for (int subIndex = 0; subIndex < gFontsCount; subIndex++) { in generate_index() local 419 const FontDesc& desc = gFonts[subIndex]; in generate_index()
|
/external/lzma/CPP/Windows/Control/ |
D | ListView.cpp | 55 int CListView::SetSubItem(int index, int subIndex, LPCTSTR text) in SetSubItem() argument 61 item.iSubItem = subIndex; in SetSubItem() 88 int CListView::SetSubItem(int index, int subIndex, LPCWSTR text) in SetSubItem() argument 94 item.iSubItem = subIndex; in SetSubItem()
|
D | ListView.h | 50 int SetSubItem(int index, int subIndex, LPCTSTR text); 59 int SetSubItem(int index, int subIndex, LPCWSTR text);
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otTables.py | 656 subIndex = overflowRecord.SubTableIndex 657 subtable = lookup.SubTable[subIndex] 669 lookup.SubTable.insert(subIndex + 1, newExtSubTable) 678 lookup.SubTable.insert(subIndex + 1, newSubTable)
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zUpdate.cpp | 2362 for (unsigned subIndex = 0; subIndex < numSubFiles; subIndex++) in Update() local 2364 const CUpdateItem &ui = updateItems[indices[i + subIndex]]; in Update() 2385 if (!inStreamSpec->Processed[subIndex]) in Update() 2392 file.Crc = inStreamSpec->CRCs[subIndex]; in Update() 2393 file.Size = inStreamSpec->Sizes[subIndex]; in Update()
|
/external/dng_sdk/source/ |
D | dng_info.cpp | 2078 for (uint32 subIndex = 0; in Parse() local 2079 subIndex < fIFD [searchIndex]->fSubIFDsCount; in Parse() 2080 subIndex++) in Parse() 2093 subIndex * 4); in Parse()
|
D | dng_read_image.cpp | 3288 for (uint32 subIndex = 0; subIndex < subTileCount; subIndex++) in Read() local 3295 subArea.t = tileArea.t + subIndex * subTileLength; in Read()
|
D | dng_image_writer.cpp | 4720 for (uint32 subIndex = 0; subIndex < subTileCount; subIndex++) in WriteImage() local 4727 subArea.t = tileArea.t + subIndex * subTileLength; in WriteImage()
|