OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hinting
(Results
226 - 250
of
346
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/pdfium/third_party/freetype/src/base/
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 */
[
all
...]
/external/freetype/src/pshinter/
pshalgo.c
5
/* PostScript
hinting
algorithm (body). */
469
* for monochrome and LCD
hinting
modes only
661
* A variant to perform "light"
hinting
(i.e. FT_RENDER_MODE_LIGHT)
[
all
...]
pshglob.c
5
/* PostScript hinter global
hinting
management (body). */
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshalgo.c
5
/* PostScript
hinting
algorithm (body). */
469
* for monochrome and LCD
hinting
modes only
661
* A variant to perform "light"
hinting
(i.e. FT_RENDER_MODE_LIGHT)
[
all
...]
pshglob.c
5
/* PostScript hinter global
hinting
management (body). */
/external/pdfium/third_party/freetype/src/pshinter/
pshalgo.c
5
/* PostScript
hinting
algorithm (body). */
469
* for monochrome and LCD
hinting
modes only
661
* A variant to perform "light"
hinting
(i.e. FT_RENDER_MODE_LIGHT)
[
all
...]
pshglob.c
5
/* PostScript hinter global
hinting
management (body). */
/external/freetype/include/freetype/config/
ftheader.h
325
* structures and macros related to the auto-
hinting
module.
/external/freetype/include/freetype/
ftglyph.h
376
/* at a large ppem value (so that the
hinting
instructions can */
[
all
...]
/external/freetype/src/cff/
cf2font.c
309
* and
hinting
.
/external/icu/icu4c/source/common/
uvector.cpp
21
* Constants for
hinting
whether a key is an integer
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
ChangeLog.23
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/amiga/
makefile
148
# FreeType2 library postscript
hinting
module
makefile.os4
151
# FreeType2 library postscript
hinting
module
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/
ft2-toc.html
185
<p>Controlling the auto-
hinting
module.</p>
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/config/
ftheader.h
325
* structures and macros related to the auto-
hinting
module.
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftglyph.h
376
/* at a large ppem value (so that the
hinting
instructions can */
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cf2font.c
309
* and
hinting
.
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/
pfrgload.c
337
/* since we don't support native PFR
hinting
*/
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftrandom/
ftrandom.c
548
fprintf( out, " --nohints Turn off
hinting
.\n" );
/external/pdfium/third_party/freetype/include/freetype/config/
ftheader.h
325
* structures and macros related to the auto-
hinting
module.
/external/pdfium/third_party/freetype/include/freetype/
ftglyph.h
376
/* at a large ppem value (so that the
hinting
instructions can */
[
all
...]
/external/pdfium/third_party/freetype/src/cff/
cf2font.c
309
* and
hinting
.
/external/skia/include/core/
SkTypeface.h
304
* will not take into account any
hinting
or other size-specific adjustments.
/external/skia/src/ports/
SkFontHost_FreeType.cpp
697
SkPaint::
Hinting
h = rec->getHinting();
699
// collapse full->normal
hinting
if we're not doing LCD
708
// rotated text looks bad with
hinting
, so we disable it as needed
869
SkDebugf("---------- UNKNOWN
hinting
%d\n", fRec.getHinting());
[
all
...]
Completed in 1186 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>