Searched defs:font_size (Results 1 - 20 of 20) sorted by relevance

/external/sfntly/cpp/src/sample/chromium/
H A Dfont_subsetter.cc23 size_t font_size,
28 original_font == NULL || font_size == 0 ||
34 if (!subsetter.LoadFont(font_name, original_font, font_size)) {
21 SubsetFont(const char* font_name, const unsigned char* original_font, size_t font_size, const unsigned int* glyph_ids, size_t glyph_count, unsigned char** output_buffer) argument
H A Dsubsetter_impl.cc621 size_t font_size) {
623 mis.Attach(original_font, font_size);
619 LoadFont(const char* font_name, const unsigned char* original_font, size_t font_size) argument
/external/pdfium/core/src/fxge/apple/
H A Dfx_apple_platform.cpp48 FX_FLOAT font_size,
56 FX_BOOL bNegSize = font_size < 0;
58 font_size = -font_size;
96 font_size, glyph_indices, glyph_positions,
105 FX_FLOAT font_size,
157 font_size, argb, alpha_flag, pIccTransform);
42 _CGDrawGlyphRun(CGContextRef pContext, int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, CFX_FontCache* pCache, const CFX_Matrix* pObject2Device, FX_FLOAT font_size, FX_DWORD argb, int alpha_flag, void* pIccTransform) argument
100 DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, CFX_FontCache* pCache, const CFX_Matrix* pObject2Device, FX_FLOAT font_size, FX_DWORD argb, int alpha_flag, void* pIccTransform) argument
H A Dfx_quartz_device.cpp744 FX_FLOAT font_size,
780 CGContextSetFontSize(_context, FXSYS_fabs(font_size));
809 FX_FLOAT font_size,
827 if (pCharPos[i].m_bGlyphAdjust || font_size < 0) {
830 font_size, color, alpha_flag, pIccTransform);
838 if (font_size < 0) {
847 pObject2Device, font_size, color, alpha_flag,
863 font_size, color, alpha_flag, pIccTransform);
738 CG_DrawGlypRun(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, CFX_FontCache* pCache, const CFX_Matrix* pGlyphMatrix, const CFX_Matrix* pObject2Device, FX_FLOAT font_size, FX_DWORD argb, int alpha_flag, void* pIccTransform) argument
804 DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, CFX_FontCache* pCache, const CFX_Matrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color, int alpha_flag, void* pIccTransform) argument
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftrandom/
H A Dftrandom.c87 static FT_F26Dot6 font_size = 12 * 64; variable
161 FT_Set_Char_Size( face, 0, font_size, 72, 72 );
624 font_size = (FT_F26Dot6)( strtod( argv[++i], &end ) * 64 );
625 if ( *end != '\0' || font_size < 64 )
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_ps.cpp647 FX_FLOAT font_size,
676 buf << "/X" << ps_fontnum << " Ff " << font_size << " Fs Sf "; local
642 DrawText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, CFX_FontCache* pCache, const CFX_Matrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color, int alpha_flag, void* pIccTransform) argument
H A Dfx_ge_fontmap.cpp1153 FX_DWORD font_size = m_pFontInfo->GetFontData(hFont, 0, nullptr, 0); local
1154 if (font_size == 0 && ttc_size == 0) {
1168 ttc_size - font_size, pFontData);
1173 ttc_size, ttc_size - font_size);
1179 pFontData = FX_Alloc(uint8_t, font_size);
1180 m_pFontInfo->GetFontData(hFont, 0, pFontData, font_size);
1182 font_size,
1245 FX_DWORD font_size = m_pFontInfo->GetFontData(hFont, 0, NULL, 0); local
1246 if (font_size == 0 && ttc_size == 0) {
1260 ttc_size - font_size, pFontDat
[all...]
H A Dfx_ge_text.cpp178 FX_FLOAT font_size,
197 pText2Device, font_size, fill_color,
218 pText2Device, font_size, fill_color,
228 char2device.Scale(font_size, -font_size);
236 return DrawTextPath(nChars, pCharPos, pFont, pCache, font_size,
1110 FX_FLOAT font_size,
1132 matrix.Concat(font_size, 0, 0, font_size, charpos.m_OriginX,
174 DrawNormalText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, CFX_FontCache* pCache, FX_FLOAT font_size, const CFX_Matrix* pText2Device, FX_DWORD fill_color, FX_DWORD text_flags, int alpha_flag, void* pIccTransform) argument
1106 DrawTextPath(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, CFX_FontCache* pCache, FX_FLOAT font_size, const CFX_Matrix* pText2User, const CFX_Matrix* pUser2Device, const CFX_GraphStateData* pGraphState, FX_DWORD fill_color, FX_ARGB stroke_color, CFX_PathData* pClippingPath, int nFlag, int alpha_flag, void* pIccTransform, int blend_type) argument
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_dwrite.cpp211 FX_FLOAT font_size,
235 glyphRun.fontEmSize = font_size;
206 DwRendingString(void* renderTarget, CFX_ClipRgn* pClipRgn, FX_RECT& stringRect, CFX_Matrix* pMatrix, void* font, FX_FLOAT font_size, FX_ARGB text_color, int glyph_count, unsigned short* glyph_indices, FX_FLOAT baselineOriginX, FX_FLOAT baselineOriginY, void* glyph_offsets, FX_FLOAT* glyph_advances) argument
H A Dfx_win32_print.cpp467 FX_FLOAT font_size,
472 font_size, color, alpha_flag, pIccTransform);
462 DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, CFX_FontCache* pCache, const CFX_Matrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color, int alpha_flag, void* pIccTransform) argument
H A Dfx_win32_device.cpp83 FX_DWORD font_size = GetFontData(hFont, 0, NULL, 0); local
84 if (font_size != GDI_ERROR && font_size >= sizeof(FX_DWORD)) {
103 FX_DWORD font_size = GetFontData(hFont, 0, NULL, 0); local
104 if (font_size != GDI_ERROR && font_size >= sizeof(FX_DWORD)) {
H A Dfx_win32_gdipext.cpp780 FX_FLOAT font_size,
787 CallFunc(GdipCreateFont)((GpFontFamily*)pFamily, font_size, fontstyle,
846 FX_FLOAT font_size,
863 status = CallFunc(GdipCreateFont)(family_list[0], font_size, fontstyle,
779 GdipCreateFontFromFamily(void* pFamily, FX_FLOAT font_size, int fontstyle, int flag, void** pFont) argument
845 GdipCreateFontFromCollection(void* pFontCollection, FX_FLOAT font_size, int fontstyle) argument
/external/harfbuzz_ng/src/
H A Dhb-uniscribe.cc495 unsigned int font_size)
498 lf->lfHeight = -font_size;
518 int font_size = font->face->get_upem (); /* Default... */ local
521 font_size = font->y_ppem;
523 if (font_size < 0)
524 font_size = -font_size;
525 data->x_mult = (double) font->x_scale / font_size;
526 data->y_mult = (double) font->y_scale / font_size;
530 if (unlikely (!populate_log_font (&data->log_font, font, font_size))) {
493 populate_log_font(LOGFONTW *lf, hb_font_t *font, unsigned int font_size) argument
[all...]
H A Dhb-coretext.cc141 create_ct_font (CGFontRef cg_font, CGFloat font_size) argument
143 CTFontRef ct_font = CTFontCreateWithGraphicsFont (cg_font, font_size, NULL, NULL);
/external/opencv3/modules/viz/src/
H A Dshapes.cpp550 cv::viz::WText::WText(const String &text, const Point &pos, int font_size, const Color &color) argument
559 tprop->SetFontSize(font_size);
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp259 FX_FLOAT font_size = textobj->m_TextState.GetFontSize(); local
261 DrawTextPathWithPattern(textobj, pObj2Device, pFont, font_size,
293 textobj->m_pCharPos, pFont, font_size, &text_matrix, pDeviceMatrix,
299 pFont, font_size, &text_matrix, fill_argb, &m_Options);
364 FX_FLOAT font_size = textobj->m_TextState.GetFontSize(); local
365 char_matrix.Scale(font_size, font_size);
517 FX_FLOAT font_size);
591 FX_FLOAT font_size,
603 CharPosList.Load(nChars, pCharCodes, pCharPos, pFont, font_size);
586 DrawTextPath(CFX_RenderDevice* pDevice, int nChars, FX_DWORD* pCharCodes, FX_FLOAT* pCharPos, CPDF_Font* pFont, FX_FLOAT font_size, const CFX_Matrix* pText2User, const CFX_Matrix* pUser2Device, const CFX_GraphStateData* pGraphState, FX_ARGB fill_argb, FX_ARGB stroke_argb, CFX_PathData* pClippingPath, int nFlag) argument
618 FX_FLOAT font_size = local
627 DrawTextString(CFX_RenderDevice* pDevice, FX_FLOAT origin_x, FX_FLOAT origin_y, CPDF_Font* pFont, FX_FLOAT font_size, const CFX_Matrix* pMatrix, const CFX_ByteString& str, FX_ARGB fill_argb, FX_ARGB stroke_argb, const CFX_GraphStateData* pGraphState, const CPDF_RenderOptions* pOptions) argument
681 DrawNormalText(CFX_RenderDevice* pDevice, int nChars, FX_DWORD* pCharCodes, FX_FLOAT* pCharPos, CPDF_Font* pFont, FX_FLOAT font_size, const CFX_Matrix* pText2Device, FX_ARGB fill_argb, const CPDF_RenderOptions* pOptions) argument
726 DrawTextPathWithPattern(const CPDF_TextObject* textobj, const CFX_Matrix* pObj2Device, CPDF_Font* pFont, FX_FLOAT font_size, const CFX_Matrix* pTextMatrix, FX_BOOL bFill, FX_BOOL bStroke) argument
[all...]
/external/pdfium/core/src/fxge/agg/src/
H A Dfx_agg_driver.cpp225 FX_FLOAT font_size,
220 DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, CFX_FontCache* pCache, const CFX_Matrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color, int alpha_flag, void* pIccTransform) argument
/external/pdfium/core/src/fxge/skia/
H A Dfx_skia_device.cpp277 FX_FIXFLOAT font_size,
282 pObject2Device, font_size, color,
272 DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, CFX_FontCache* pCache, const CFX_Matrix* pObject2Device, FX_FIXFLOAT font_size, FX_DWORD color, int alpha_flag, void* pIccTransform) argument
/external/pdfium/core/include/fxge/
H A Dfx_ge.h382 FX_FLOAT font_size,
393 FX_FLOAT font_size,
597 FX_FLOAT font_size,
687 FX_FLOAT font_size,
592 DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, CFX_FontCache* pCache, const CFX_Matrix* pObject2Device, FX_FLOAT font_size, FX_DWORD color, int alpha_flag = 0, void* pIccTransform = NULL) argument
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ...

Completed in 309 milliseconds