Lines Matching refs:u16
237 u16* pAdjustArray; in StreamingConstruct()
325 u16 adjustedIndex = AdjustIndex(index); in GetGlyph()
570 u32 sizeResSheetIndexArray = sizeof(u16) * numSheetCache; in CalcCacheSize()
591 u16*
603 u16* pGlyphIndexAdjustArray; in AssignMemory()
606 u32 sizeGlyphIndexAdjustArray = math::RoundUp(sizeof(u16) * numResSheet, 2); in AssignMemory()
607 u32 sizeCacheIndexArray = math::RoundUp(sizeof(u16) * numLoadSheet, 2); in AssignMemory()
622 + sizeof(u16) + sizeof(internal::TextureObject) in AssignMemory()
627 u32 sizeCacheUserArray = sizeof(u16) * numSheetCache; in AssignMemory()
643 m_NumSheetCache = static_cast<u16>(numSheetCache); in AssignMemory()
644 pGlyphIndexAdjustArray = reinterpret_cast<u16*> (buffer + offsetGlyphIndexAdjustArray); in AssignMemory()
645 m_pCacheIndexArray = reinterpret_cast<u16*> (buffer + offsetCacheIndexArray); in AssignMemory()
646 m_pCacheUserArray = reinterpret_cast<u16*> (buffer + offsetCacheUserArray); in AssignMemory()
707 u16 adjustedIndex = AdjustIndex(index); in GetSheetIndex()
749 m_pCacheIndexArray[compIndex] = static_cast<u16>(cacheIndex); in SetCacheUser()
750 m_pCacheUserArray[cacheIndex] = static_cast<u16>(compIndex); in SetCacheUser()
840 u16 numResSheet; in ConstructOpAnalyzeGLGRPacked()
842 u16 numGlyphsPerSheet; in ConstructOpAnalyzeGLGRPacked()
845 u16* pTempAdjustArray; in ConstructOpAnalyzeGLGRPacked()
859 sizeAdjustTable = math::RoundUp(numResSheet * sizeof(u16), 4); // 4 バイトアライメント in ConstructOpAnalyzeGLGRPacked()
860 pTempAdjustArray = reinterpret_cast<u16*>(math::RoundDown( in ConstructOpAnalyzeGLGRPacked()
894 u16 adjust = 0; in ConstructOpAnalyzeGLGRPacked()
897 u16 &entry = pTempAdjustArray[sheetNo]; in ConstructOpAnalyzeGLGRPacked()
929 …u16* pTrueAdjustArray = AssignMemory(pValiableBuffer, sizeValiableBuffer, numResSheet, nu… in ConstructOpAnalyzeGLGRPacked()
1022 mNumOrderNode = static_cast<u16>(numOrderNode); in Init()
1031 node.prevIndex = static_cast<u16>(i + 1); in Init()
1032 node.nextIndex = static_cast<u16>((i <= 0) ? numOrderNode: i - 1); in Init()
1037 root.nextIndex = static_cast<u16>(numOrderNode - 1); in Init()
1056 root.nextIndex = static_cast<u16>(index); in Use()
1057 first.prevIndex = static_cast<u16>(index); in Use()
1078 root.prevIndex = static_cast<u16>(index); in Unuse()
1079 last.nextIndex = static_cast<u16>(index); in Unuse()
1114 root.nextIndex = static_cast<u16>(index); in Unlock()
1115 first.prevIndex = static_cast<u16>(index); in Unlock()