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

/external/ImageMagick/Magick++/lib/
H A DTypeMetric.cpp44 double Magick::TypeMetric::textWidth(void) const function in class:Magick::TypeMetric
/external/skia/gm/
H A Dbitmapcopy.cpp95 SkScalar textWidth = paint.measureText(name, strlen(name)); local
96 if (textWidth > width) {
97 width = textWidth;
108 SkScalar textWidth = paint.measureText(name, strlen(name)); local
109 SkScalar x = (width - textWidth) / SkScalar(2);
/external/skqp/gm/
H A Dbitmapcopy.cpp95 SkScalar textWidth = paint.measureText(name, strlen(name)); local
96 if (textWidth > width) {
97 width = textWidth;
108 SkScalar textWidth = paint.measureText(name, strlen(name)); local
109 SkScalar x = (width - textWidth) / SkScalar(2);
/external/skia/bench/
H A DPicturePlaybackBench.cpp82 const SkScalar textWidth = paint.measureText(text, len); variable
84 for (SkScalar x = 0; x < fPictureWidth; x += textWidth) {
107 const SkScalar textWidth = paint.measureText(text, len); variable
112 for (SkScalar x = 0; x < fPictureWidth; x += textWidth) {
/external/skqp/bench/
H A DPicturePlaybackBench.cpp82 const SkScalar textWidth = paint.measureText(text, len); variable
84 for (SkScalar x = 0; x < fPictureWidth; x += textWidth) {
107 const SkScalar textWidth = paint.measureText(text, len); variable
112 for (SkScalar x = 0; x < fPictureWidth; x += textWidth) {
/external/pdfium/xfa/fxfa/
H A Dcxfa_textlayout.cpp628 bool CXFA_TextLayout::Loader(float textWidth, argument
642 LoadRichText(pXMLContainer, textWidth, fLinePos, pRootStyle, bSavePieces,
646 LoadText(m_pTextDataNode, textWidth, fLinePos, bSavePieces);
652 float textWidth,
655 InitBreak(textWidth);
688 float textWidth,
735 textWidth, pXMLNode, pParentStyle.Get());
834 if (!LoadRichText(pChildNode, textWidth, fLinePos,
651 LoadText(CXFA_Node* pNode, float textWidth, float& fLinePos, bool bSavePieces) argument
686 LoadRichText( CFX_XMLNode* pXMLNode, float textWidth, float& fLinePos, const RetainPtr<CFX_CSSComputedStyle>& pParentStyle, bool bSavePieces, RetainPtr<CXFA_LinkUserData> pLinkData, bool bEndBreak, bool bIsOl, int32_t iLiCount) argument
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 334 milliseconds