Home
last modified time | relevance | path

Searched refs:fMetrics (Results 1 – 10 of 10) sorted by relevance

/external/skia/samplecode/
DSampleChineseFling.cpp45 SkFontMetrics fMetrics; member in ChineseFlingView
62 y += -fMetrics.fAscent; in onDrawContent()
65 y += fMetrics.fDescent + fMetrics.fLeading; in onDrawContent()
78 font.getMetrics(&fMetrics); in onOnceBeforeDraw()
111 SkFontMetrics fMetrics; member in ChineseZoomView
173 y += -fMetrics.fAscent; in onDrawContent()
176 y += 3*(fMetrics.fDescent - fMetrics.fAscent + fMetrics.fLeading); in onDrawContent()
187 font.getMetrics(&fMetrics); in onOnceBeforeDraw()
208 y += fMetrics.fDescent - fMetrics.fAscent + fMetrics.fLeading; in onOnceBeforeDraw()
/external/skqp/samplecode/
DSampleChineseFling.cpp68 y += -fMetrics.fAscent; in onDrawContent()
71 y += fMetrics.fDescent + fMetrics.fLeading; in onDrawContent()
88 font.getMetrics(&fMetrics); in init()
113 SkFontMetrics fMetrics; member in ChineseFlingView
190 y += -fMetrics.fAscent; in onDrawContent()
193 y += 3*(fMetrics.fDescent - fMetrics.fAscent + fMetrics.fLeading); in onDrawContent()
205 font.getMetrics(&fMetrics); in init()
222 y += fMetrics.fDescent - fMetrics.fAscent + fMetrics.fLeading; in init()
240 SkFontMetrics fMetrics; member in ChineseZoomView
/external/skia/modules/skparagraph/src/
DTextWrapper.h39 … : fStart(s, 0), fEnd(e, e->endPos()), fMetrics(forceStrut), fWidth(0), fWidthWithGhostSpaces(0) { in TextStretch()
42 fMetrics.add(r); in TextStretch()
56 inline InternalLineMetrics& metrics() { return fMetrics; } in metrics()
66 fMetrics.add(stretch.fMetrics); in extend()
75 void setMetrics(const InternalLineMetrics& metrics) { fMetrics = metrics; } in setMetrics()
86 fMetrics.add(&r); in extend()
94 fMetrics.add(r); in extend()
105 fMetrics.add(r); in startFrom()
147 fMetrics.clean(); in clean()
154 InternalLineMetrics fMetrics; variable
/external/skia/src/utils/
DSkCustomTypeface.cpp52 SkFontMetrics fMetrics; member in SkUserTypeface
78 bounds->setLTRB(fMetrics.fXMin, fMetrics.fTop, fMetrics.fXMax, fMetrics.fBottom); in onComputeBounds()
99 sk_bzero(&fMetrics, sizeof(fMetrics)); in SkCustomTypefaceBuilder()
103 fMetrics = scale_fontmetrics(fm, scale, scale); in setMetrics()
127 tf->fMetrics = fMetrics; in detach()
137 tf->fMetrics.fTop = bounds.top(); in detach()
138 tf->fMetrics.fBottom = bounds.bottom(); in detach()
139 tf->fMetrics.fXMin = bounds.left(); in detach()
140 tf->fMetrics.fXMax = bounds.right(); in detach()
228 *metrics = scale_fontmetrics(this->userTF()->fMetrics, sx, sy); in generateFontMetrics()
[all …]
/external/skia/tools/fonts/
DTestTypeface.cpp38 , fMetrics(fontData.fMetrics) in SkTestFont()
102 void TestTypeface::getFontMetrics(SkFontMetrics* metrics) { *metrics = fTestFont->fMetrics; } in getFontMetrics()
DTestTypeface.h42 const SkFontMetrics& fMetrics; member
58 const SkFontMetrics& fMetrics; variable
/external/skqp/tools/fonts/
DSkTestTypeface.h41 const SkFontMetrics& fMetrics; member
56 const SkFontMetrics& fMetrics; variable
DSkTestTypeface.cpp38 , fMetrics(fontData.fMetrics) in SkTestFont()
113 *metrics = fTestFont->fMetrics; in getFontMetrics()
/external/skia/include/utils/
DSkCustomTypeface.h40 SkFontMetrics fMetrics; variable
/external/guice/extensions/persist/lib/
Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...