Lines Matching refs:gg
406 FontGlyphGroupsAcs gg(pTempFileHead); in ConstructOpAnalyzeGLGR() local
408 numSheet = gg.GetNumSheet(); in ConstructOpAnalyzeGLGR()
409 numGlyphsPerSheet = gg.GetNumGlyphsPerSheet(); in ConstructOpAnalyzeGLGR()
410 numBlock = gg.GetNumBlock(); in ConstructOpAnalyzeGLGR()
412 sizeAdjustTable = math::RoundUp(gg.GetNumSheet() * sizeof(u16), 4); // 4 バイトアライメント in ConstructOpAnalyzeGLGR()
424 for (int sheetNo = 0; sheetNo < gg.GetNumSheet(); ++sheetNo) in ConstructOpAnalyzeGLGR()
430 for (int setNo = 0; setNo < gg.GetNumSet(); ++setNo) in ConstructOpAnalyzeGLGR()
432 const char* setName = gg.GetSetName(setNo); in ConstructOpAnalyzeGLGR()
438 for (int sheetNo = 0; sheetNo < gg.GetNumSheet(); ++sheetNo) in ConstructOpAnalyzeGLGR()
440 if (gg.IsUseSheet(setNo, sheetNo)) in ConstructOpAnalyzeGLGR()
450 for (int sheetNo = 0; sheetNo < gg.GetNumSheet(); ++sheetNo) in ConstructOpAnalyzeGLGR()
461 adjust += gg.GetNumGlyphsPerSheet(); in ConstructOpAnalyzeGLGR()