Searched defs:hinting (Results 1 - 16 of 16) sorted by relevance

/external/skia/tests/
H A DFontObjTest.cpp52 SkPaint::Hinting hinting; member in struct:__anon17228
84 paint.setHinting(settings[j].hinting);
96 // For no hinting and light hinting this should take the
H A DFontHostTest.cpp252 SkPaint::Hinting hinting; member in struct:__anon17224
284 paint.setHinting(settings[j].hinting);
294 // For no hinting and light hinting this should take the
H A DPaintTest.cpp210 const SkPaint::Hinting hinting[] = { local
251 FOR_SETUP(j, hinting, setHinting)
/external/pdfium/third_party/freetype/src/type1/
H A Dt1gload.c278 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 Dcidgload.c236 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 Dsubset.py207 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 Dsubset.py207 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 DSkScalerContext.h129 * hinting, and sometimes true for other properties as well.
190 kForceAutohinting_Flag = 0x0020, // Use auto instead of bytcode hinting if hinting.
376 void SkScalerContextRec::setHinting(SkPaint::Hinting hinting) { argument
378 (hinting << SkScalerContext::kHinting_Shift);
/external/freetype/src/base/
H A Dftobjs.c661 * - Do only auto-hinting if we have a hinter module, a scalable font
668 * - Otherwise, auto-hint for LIGHT hinting mode or if there isn't
669 * any hinting bytecode in the TrueType/OpenType font.
715 FT_AutoHinter_Interface hinting; local
744 hinting = (FT_AutoHinter_Interface)hinter->clazz->module_interface;
746 error = hinting->load_glyph( (FT_AutoHinter)hinter,
945 /* discard auto-hinting data */
/external/freetype/src/cff/
H A Dcffgload.c250 /* 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/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh1673 return u.hinting.get_x_delta (font);
1685 return u.hinting.get_y_delta (font);
1699 return_trace (u.hinting.sanitize (c));
1710 HintingDevice hinting; member in union:OT::Device::__anon7067
/external/pdfium/third_party/freetype/src/base/
H A Dftobjs.c637 * - 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 Dcffgload.c250 /* 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 DSampleApp.cpp491 SkPaint::Hinting hinting; member in struct:HintingState
533 SkOSMenu::TriState subpixel, int hinting, int filterQuality)
538 , fHintingState(hinting)
562 paint->writable()->setHinting(gHintingStates[fHintingState].hinting);
532 FlagsFilterCanvas(SkCanvas* canvas, SkOSMenu::TriState lcd, SkOSMenu::TriState aa, SkOSMenu::TriState subpixel, int hinting, int filterQuality) argument
/external/skia/src/ports/
H A DSkFontHost_mac.cpp1242 * we want to retain hinting in the direction orthogonal to the baseline.
1243 * e.g. for horizontal baseline, we want to retain hinting in Y.
1244 * The way we remove hinting is to scale the font by some value (4) in that
1250 // now see if we need to restore hinting for axis-aligned baselines
1253 scaleY = SK_Scalar1; // want hinting in the Y direction
1256 scaleX = SK_Scalar1; // want hinting in the X direction
2000 // Normal hinting will cause the A8 masks to be generated from CoreGraphics subpixel masks.
2014 // Only two levels of hinting are supported.
2017 // If there is no lcd support, hinting (dilation) cannot be supported.
2018 SkPaint::Hinting hinting local
[all...]
/external/skia/tools/debugger/
H A DSkDrawCommand.cpp38 #define SKDEBUGCANVAS_ATTRIBUTE_HINTING "hinting"
902 SkPaint::Hinting hinting = paint.getHinting(); local
903 if (hinting != SkPaintDefaults_Hinting) {
904 switch (hinting) {
1319 const char* hinting = jsonPaint[SKDEBUGCANVAS_ATTRIBUTE_HINTING].asCString(); local
1320 if (!strcmp(hinting, SKDEBUGCANVAS_HINTING_NONE)) {
1322 } else if (!strcmp(hinting, SKDEBUGCANVAS_HINTING_SLIGHT)) {
1324 } else if (!strcmp(hinting, SKDEBUGCANVAS_HINTING_NORMAL)) {
1326 } else if (!strcmp(hinting, SKDEBUGCANVAS_HINTING_FULL)) {

Completed in 4837 milliseconds