Searched defs:charCode (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_search.cpp64 int GetCharWidth(FX_DWORD charCode, CPDF_Font* pFont) argument
66 if(charCode == -1) {
69 int w = pFont->GetCharWidthF(charCode);
72 pFont->AppendChar(str, charCode);
76 pFont->GetCharBBox(charCode, BBox);
H A Dfpdf_text_int.cpp1121 int CPDF_TextPage::GetCharWidth(FX_DWORD charCode, CPDF_Font* pFont) const argument
1123 if(charCode == -1) {
1126 int w = pFont->GetCharWidthF(charCode);
1129 pFont->AppendChar(str, charCode);
1133 pFont->GetCharBBox(charCode, BBox);
/external/skia/src/core/
H A DSkGlyphCache.cpp165 uint16_t SkGlyphCache::unicharToGlyph(SkUnichar charCode) { argument
167 uint32_t id = SkGlyph::MakeID(charCode);
173 return fScalerContext->charToGlyphID(charCode);
187 const SkGlyph& SkGlyphCache::getUnicharAdvance(SkUnichar charCode) { argument
189 return *this->lookupByChar(charCode, kJustAdvance_MetricsType);
200 const SkGlyph& SkGlyphCache::getUnicharMetrics(SkUnichar charCode) { argument
202 return *this->lookupByChar(charCode, kFull_MetricsType);
205 const SkGlyph& SkGlyphCache::getUnicharMetrics(SkUnichar charCode, argument
208 return *this->lookupByChar(charCode, kFull_MetricsType, x, y);
223 SkGlyph* SkGlyphCache::lookupByChar(SkUnichar charCode, MetricsTyp argument
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp337 FX_DWORD charCode = m_TextState.GetFont()->CharCodeFromUnicode(32); local
338 if (charCode != (FX_DWORD) - 1) {
339 return GetCharWidth(charCode);
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp934 int CPDF_LayoutProcessor_Reflow::GetCharWidth(FX_DWORD charCode, CPDF_Font* pFont) const argument
936 if(charCode == -1) {
939 int w = pFont->GetCharWidthF(charCode);
942 pFont->AppendChar(str, charCode);
946 pFont->GetCharBBox(charCode, BBox);
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp451 for (SkUnichar charCode = FT_Get_First_Char(face, &glyphIndex);
453 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex)) {
454 if (charCode &&
456 (*glyphToUnicode)[glyphIndex] = charCode;
986 SkUnichar charCode = FT_Get_First_Char( fFace, &glyphIndex ); local
990 return charCode;
992 charCode = FT_Get_Next_Char( fFace, charCode, &glyphIndex );
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 132 milliseconds