/external/skia/tests/ |
H A D | FontObjTest.cpp | 52 SkPaint::Hinting hinting; member in struct:__anon16252 85 paint.setHinting(settings[j].hinting); 97 // For no hinting and light hinting this should take the
|
H A D | FontHostTest.cpp | 251 SkPaint::Hinting hinting; member in struct:__anon16248 284 paint.setHinting(settings[j].hinting); 294 // For no hinting and light hinting this should take the
|
H A D | PaintTest.cpp | 212 const SkPaint::Hinting hinting[] = { local 253 FOR_SETUP(j, hinting, setHinting)
|
/external/pdfium/third_party/freetype/src/type1/ |
H A D | t1gload.c | 278 FT_Bool hinting; local 324 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 && 335 FT_BOOL( hinting ), 461 /* First of all, scale the points, if we are not hinting */ 462 if ( !hinting || ! decoder.builder.hints_funcs )
|
/external/pdfium/third_party/freetype/src/cid/ |
H A D | cidgload.c | 236 0, /* hinting == 0 */ 278 FT_Bool hinting; local 300 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 && 311 hinting, 412 if ( !hinting || !decoder.builder.hints_funcs )
|
/external/fonttools/Lib/fontTools/ |
H A D | subset.py | 207 if not options.hinting: 243 if not options.hinting: 267 if not options.hinting: 299 if not options.hinting: 336 if not options.hinting: 373 if not options.hinting: 1320 if not options.hinting: 1596 if not options.hinting: 1606 # - Dropping hinting then consists of the following two ops: 1627 # Drop font-wide hinting value 1827 hinting = True variable in class:Options [all...] |
/external/fonttools/Tools/fontTools/ |
H A D | subset.py | 207 if not options.hinting: 243 if not options.hinting: 267 if not options.hinting: 299 if not options.hinting: 336 if not options.hinting: 373 if not options.hinting: 1320 if not options.hinting: 1596 if not options.hinting: 1606 # - Dropping hinting then consists of the following two ops: 1627 # Drop font-wide hinting value 1827 hinting = True variable in class:Options [all...] |
/external/skia/src/core/ |
H A D | SkScalerContext.h | 104 * hinting, and sometimes true for other properties as well. 164 kForceAutohinting_Flag = 0x0020, // Use auto instead of bytcode hinting if hinting. 365 void SkScalerContextRec::setHinting(SkPaint::Hinting hinting) { argument 367 (hinting << SkScalerContext::kHinting_Shift);
|
/external/freetype/src/base/ |
H A D | ftobjs.c | 648 * - Do only auto-hinting if we have a hinter module, a scalable font 655 * - Otherwise, auto-hint for LIGHT hinting mode or if there isn't 656 * any hinting bytecode in the TrueType/OpenType font. 702 FT_AutoHinter_Interface hinting; local 731 hinting = (FT_AutoHinter_Interface)hinter->clazz->module_interface; 733 error = hinting->load_glyph( (FT_AutoHinter)hinter, 932 /* discard auto-hinting data */
|
/external/freetype/src/cff/ |
H A D | cffgload.c | 250 /* hinting :: Whether hinting is active. */ 257 FT_Bool hinting ) 279 if ( hinting && size ) 378 /* hinting :: Whether hinting is active. */ 380 /* hint_mode :: The hinting mode. */ 387 FT_Bool hinting, 397 cff_builder_init( &decoder->builder, face, size, slot, hinting ); 2742 FT_Bool hinting, scale local 383 cff_decoder_init( CFF_Decoder* decoder, TT_Face face, CFF_Size size, CFF_GlyphSlot slot, FT_Bool hinting, FT_Render_Mode hint_mode ) argument [all...] |
/external/pdfium/third_party/freetype/src/base/ |
H A D | ftobjs.c | 637 * - Do only auto-hinting if we have a hinter module, a scalable font 644 * - Otherwise, auto-hint for LIGHT hinting mode or if there isn't 645 * any hinting bytecode in the TrueType/OpenType font. 691 FT_AutoHinter_Interface hinting; local 720 hinting = (FT_AutoHinter_Interface)hinter->clazz->module_interface; 722 error = hinting->load_glyph( (FT_AutoHinter)hinter, 921 /* discard auto-hinting data */
|
/external/pdfium/third_party/freetype/src/cff/ |
H A D | cffgload.c | 250 /* hinting :: Whether hinting is active. */ 257 FT_Bool hinting ) 279 if ( hinting && size ) 378 /* hinting :: Whether hinting is active. */ 380 /* hint_mode :: The hinting mode. */ 387 FT_Bool hinting, 397 cff_builder_init( &decoder->builder, face, size, slot, hinting ); 2616 FT_Bool hinting, scale local 383 cff_decoder_init( CFF_Decoder* decoder, TT_Face face, CFF_Size size, CFF_GlyphSlot slot, FT_Bool hinting, FT_Render_Mode hint_mode ) argument [all...] |
/external/skia/samplecode/ |
H A D | SampleApp.cpp | 458 SkPaint::Hinting hinting; member in struct:HintingState 486 SkOSMenu::TriState subpixel, int hinting, int filterQuality) 491 , fHintingState(hinting) 515 paint->writable()->setHinting(gHintingStates[fHintingState].hinting); 485 FlagsFilterCanvas(SkCanvas* canvas, SkOSMenu::TriState lcd, SkOSMenu::TriState aa, SkOSMenu::TriState subpixel, int hinting, int filterQuality) argument
|
/external/skia/src/ports/ |
H A D | SkFontHost_mac.cpp | 1348 * we want to retain hinting in the direction orthogonal to the baseline. 1349 * e.g. for horizontal baseline, we want to retain hinting in Y. 1350 * The way we remove hinting is to scale the font by some value (4) in that 1359 // now see if we need to restore hinting for axis-aligned baselines 1362 scaleY = SK_Scalar1; // want hinting in the Y direction 1365 scaleX = SK_Scalar1; // want hinting in the X direction 1962 // Normal hinting will cause the A8 masks to be generated from CoreGraphics subpixel masks. 1976 // Only two levels of hinting are supported. 1979 // If there is no lcd support, hinting (dilation) cannot be supported. 1980 SkPaint::Hinting hinting local [all...] |