/external/sfntly/cpp/src/sample/chromium/ |
font_subsetter.cc | 23 size_t font_size, 28 original_font == NULL || font_size == 0 || 34 if (!subsetter.LoadFont(font_name, original_font, font_size)) {
|
font_subsetter.h | 38 // |font_size| Size of |original_font| in bytes. 45 size_t font_size,
|
subsetter_impl.h | 59 size_t font_size);
|
/external/pdfium/core/src/fxge/apple/ |
fx_apple_platform.cpp | 47 FX_FLOAT font_size, 56 FX_BOOL bNegSize = font_size < 0; 58 font_size = -font_size; 95 font_size, 108 FX_FLOAT font_size, 157 FX_BOOL ret = _CGDrawGlyphRun(ctx, nChars, pCharPos, pFont, pCache, pObject2Device, font_size, argb, alpha_flag, pIccTransform);
|
apple_int.h | 156 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color, 170 FX_FLOAT font_size,
|
fx_quartz_device.cpp | 808 FX_FLOAT font_size, 846 CGContextSetFontSize(_context, FXSYS_fabs(font_size)); [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
fpdf_render_text.cpp | 254 FX_FLOAT font_size = textobj->m_TextState.GetFontSize(); local 256 DrawTextPathWithPattern(textobj, pObj2Device, pFont, font_size, &text_matrix, bFill, bStroke); 284 return CPDF_TextRenderer::DrawTextPath(m_pDevice, textobj->m_nChars, textobj->m_pCharCodes, textobj->m_pCharPos, pFont, font_size, 288 return CPDF_TextRenderer::DrawNormalText(m_pDevice, textobj->m_nChars, textobj->m_pCharCodes, textobj->m_pCharPos, pFont, font_size, 373 FX_FLOAT font_size = textobj->m_TextState.GetFontSize(); local 374 char_matrix.Scale(font_size, font_size); 511 void Load(int nChars, FX_DWORD* pCharCodes, FX_FLOAT* pCharPos, CPDF_Font* pFont, FX_FLOAT font_size); 580 CPDF_Font* pFont, FX_FLOAT font_size, 587 CharPosList.Load(nChars, pCharCodes, pCharPos, pFont, font_size); 597 FX_FLOAT font_size = (FX_FLOAT)height * 1000.0f \/ (FX_FLOAT)(font_bbox.top - font_bbox.bottom); local [all...] |
/external/pdfium/core/include/fpdfapi/ |
fpdf_render.h | 201 FX_FLOAT font_size, 211 CPDF_Font* pFont, FX_FLOAT font_size, 217 CPDF_Font* pFont, FX_FLOAT font_size, const CFX_AffineMatrix* pText2Device, 221 CPDF_Font* pFont, FX_FLOAT font_size, const CFX_AffineMatrix* pText2Device,
|
/external/pdfium/core/src/fxge/win32/ |
dwrite_int.h | 47 void *font, FX_FLOAT font_size, FX_ARGB text_color,
|
win32_int.h | 46 FX_BOOL GdipCreateFontFromFamily(void* pFamily, FX_FLOAT font_size, int fontstyle, int flag, void** pFont); 47 void* GdipCreateFontFromCollection(void* pFontCollection, FX_FLOAT font_size, int fontstyle); 227 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color,
|
/external/owasp/sanitizer/tools/findbugs/src/xsl/ |
summary.xsl | 75 <xsl:param name="FONT_SIZE" select="4" />
77 <td align="left"><font face="{$PAGE.FONT}" size="{$FONT_SIZE}"><xsl:value-of select="$LABEL" /></font></td>
78 <td align="center"><font face="{$PAGE.FONT}" color="green" size="{$FONT_SIZE}"><xsl:value-of select="$COUNT" /></font></td>
79 <td align="center"><font face="{$PAGE.FONT}" color="red" size="{$FONT_SIZE}"><xsl:value-of select="$BUGS" /></font></td>
80 <td align="center"><font face="{$PAGE.FONT}" color="blue" size="{$FONT_SIZE}">
129 <xsl:with-param name="FONT_SIZE" select="5"/>
210 <xsl:with-param name="FONT_SIZE" select="5"/>
|
/external/pdfium/core/src/fxge/agg/include/ |
fx_agg_driver.h | 95 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color,
|
/external/pdfium/core/src/fxge/skia/ |
fx_skia_device.h | 76 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FIXFLOAT font_size, FX_DWORD color,
|
/external/linux-tools-perf/src/tools/perf/util/ |
svghelper.c | 175 double font_size; local 187 font_size = 1.0 * (time2pixels(end)-time2pixels(start)); 189 if (font_size > 3) 190 font_size = 3; 192 font_size = round_text_size(font_size); 197 if (font_size > MIN_TEXT_SIZE) 199 font_size, text);
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/drawing/ |
nx_pylab.py | 213 font_size : int, optional (default=12) 620 font_size=12, 642 font_size : int 704 size=font_size, 720 font_size=10, 755 font_size : int 840 size=font_size,
|
/external/pdfium/core/src/fxge/ge/ |
fx_ge_text.cpp | 129 FX_FLOAT font_size, const CFX_AffineMatrix* pText2Device, 142 if (m_pDeviceDriver->DrawDeviceText(nChars, pCharPos, pFont, pCache, pText2Device, font_size, fill_color, alpha_flag, pIccTransform)) { 157 if (m_pDeviceDriver->DrawDeviceText(nChars, pCharPos, pFont, pCache, pText2Device, font_size, fill_color, alpha_flag, pIccTransform)) { 166 char2device.Scale(font_size, -font_size); 172 return DrawTextPath(nChars, pCharPos, pFont, pCache, font_size, pText2Device, NULL, NULL, fill_color, 0, NULL, nPathFlags, alpha_flag, pIccTransform); [all...] |
fx_ge_fontmap.cpp | 1192 FX_DWORD font_size = m_pFontInfo->GetFontData(hFont, 0, NULL, 0); local [all...] |
/external/pdfium/core/include/fxge/ |
fx_ge.h | 435 FX_FLOAT font_size, const CFX_AffineMatrix* pText2Device, 441 FX_FLOAT font_size, const CFX_AffineMatrix* pText2User, 615 CFX_FontCache* pCache, const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color, 696 const CFX_AffineMatrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color,
|
fx_font.h | 420 FX_BOOL OutputGlyph(void* dib, int x, int y, CFX_Font* pFont, double font_size, 422 FX_BOOL OutputText(void* dib, int x, int y, CFX_Font* pFont, double font_size,
|
/packages/apps/Settings/res/xml/ |
display_settings.xml | 83 android:key="font_size"
|
/packages/apps/SpareParts/res/xml/ |
spare_parts.xml | 76 android:key="font_size"
|
/external/harfbuzz_ng/src/ |
hb-coretext.cc | 159 CGFloat font_size = 36.; /* Default... */ local 162 font_size = font->y_ppem; 164 if (font_size < 0) 165 font_size = -font_size; 166 data->x_mult = (CGFloat) font->x_scale / font_size; 167 data->y_mult = (CGFloat) font->y_scale / font_size; 168 data->ct_font = CTFontCreateWithGraphicsFont (face_data, font_size, NULL, NULL); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GestureToolTip.java | 47 private static final int FONT_SIZE = 9; 107 fd[i].setHeight(FONT_SIZE);
|
/developers/build/prebuilts/gradle/BasicAccessibility/Application/src/main/java/com/example/android/basicaccessibility/ |
DialView.java | 46 private static float FONT_SIZE = 40f; 83 mTextPaint.setTextSize(FONT_SIZE);
|
/developers/samples/android/ui/accessibility/BasicAccessibility/Application/src/main/java/com/example/android/basicaccessibility/ |
DialView.java | 46 private static float FONT_SIZE = 40f; 83 mTextPaint.setTextSize(FONT_SIZE);
|