Searched defs:gId (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkAdvancedTypefaceMetrics.cpp133 bool (*getAdvance)(FontHandle fontHandle, int gId, Data* data)) {
168 for (int gId = firstIndex; gId <= lastIndex; gId++) {
170 if (gId < lastIndex) {
173 static_cast<uint32_t>(gId) <= subsetGlyphIDs[subsetIndex]));
176 static_cast<uint32_t>(gId) == subsetGlyphIDs[subsetIndex])) {
177 SkAssertResult(getAdvance(fontHandle, gId, &advance));
192 resetRange(curRange, gId);
195 finishRange(curRange, gId
128 getAdvanceData( FontHandle fontHandle, int num_glyphs, const uint32_t* subsetGlyphIDs, uint32_t subsetGlyphIDsLength, bool (*getAdvance)(FontHandle fontHandle, int gId, Data* data)) argument
[all...]
/external/skia/src/core/
H A DSkAdvancedTypefaceMetrics.cpp133 bool (*getAdvance)(FontHandle fontHandle, int gId, Data* data)) {
168 for (int gId = firstIndex; gId <= lastIndex; gId++) {
170 if (gId < lastIndex) {
173 static_cast<uint32_t>(gId) <= subsetGlyphIDs[subsetIndex]));
176 static_cast<uint32_t>(gId) == subsetGlyphIDs[subsetIndex])) {
177 SkAssertResult(getAdvance(fontHandle, gId, &advance));
192 resetRange(curRange, gId);
195 finishRange(curRange, gId
128 getAdvanceData( FontHandle fontHandle, int num_glyphs, const uint32_t* subsetGlyphIDs, uint32_t subsetGlyphIDsLength, bool (*getAdvance)(FontHandle fontHandle, int gId, Data* data)) argument
[all...]
/external/chromium_org/third_party/skia/tests/
H A DWArrayTest.cpp154 static bool getAdvance(void* tc, int gId, int16_t* advance) { argument
156 if (gId >= 0 && gId < testCase->fAdvancesLen) {
157 *advance = testCase->fAdvances[gId];
/external/skia/src/ports/
H A DSkTypeface_win_dw.cpp332 static bool getWidthAdvance(IDWriteFontFace* fontFace, int gId, int16_t* advance) { argument
335 UINT16 glyphId = gId;
H A DSkFontHost_FreeType.cpp467 static bool getWidthAdvance(FT_Face face, int gId, int16_t* data) { argument
469 if (getAdvances(face, gId, 1, FT_LOAD_NO_SCALE, &advance)) {
H A DSkFontHost_win.cpp1819 static bool getWidthAdvance(HDC hdc, int gId, int16_t* advance) { argument
1825 if (GDI_ERROR == GetGlyphOutline(hdc, gId, flags, &gm, 0, NULL, &mat2)) {
H A DSkFontHost_mac.cpp1511 static bool getWidthAdvance(CTFontRef ctFont, int gId, int16_t* data) { argument
1514 CGGlyph glyph = gId;
/external/skia/tests/
H A DWArrayTest.cpp154 static bool getAdvance(void* tc, int gId, int16_t* advance) { argument
156 if (gId >= 0 && gId < testCase->fAdvancesLen) {
157 *advance = testCase->fAdvances[gId];
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp466 static bool getWidthAdvance(FT_Face face, int gId, int16_t* data) { argument
468 if (getAdvances(face, gId, 1, FT_LOAD_NO_SCALE, &advance)) {
H A DSkFontHost_win.cpp1791 static bool getWidthAdvance(HDC hdc, int gId, int16_t* advance) { argument
1797 if (GDI_ERROR == GetGlyphOutline(hdc, gId, flags, &gm, 0, NULL, &mat2)) {
H A DSkFontHost_mac.cpp1506 static bool getWidthAdvance(CTFontRef ctFont, int gId, int16_t* data) { argument
1509 CGGlyph glyph = gId;
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2547 milliseconds