OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hintmap
(Results
1 - 10
of
10
) sorted by null
/external/freetype/src/cff/
cf2hints.c
277
cf2_hintmap_init( CF2_HintMap
hintmap
,
283
FT_ZERO(
hintmap
);
286
hintmap
->hinted = font->hinted;
287
hintmap
->scale = scale;
288
hintmap
->font = font;
289
hintmap
->initialHintMap = initialMap;
291
hintmap
->hintMoves = hintMoves;
296
cf2_hintmap_isValid( const CF2_HintMap
hintmap
)
298
return
hintmap
->isValid;
304
cf2_hintmap_map( CF2_HintMap
hintmap
,
[
all
...]
cf2hints.h
100
* A
HintMap
object stores a piecewise linear function for mapping
162
cf2_hintmap_init( CF2_HintMap
hintmap
,
168
cf2_hintmap_build( CF2_HintMap
hintmap
,
178
* coordinates according to the render matrix and
HintMap
. It also tracks
190
CF2_HintMapRec
hintMap
; /* current hint map */
cf2intrp.c
489
/* may need to call `
hintMap
.Build' */
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cf2hints.c
277
cf2_hintmap_init( CF2_HintMap
hintmap
,
283
FT_ZERO(
hintmap
);
286
hintmap
->hinted = font->hinted;
287
hintmap
->scale = scale;
288
hintmap
->font = font;
289
hintmap
->initialHintMap = initialMap;
291
hintmap
->hintMoves = hintMoves;
296
cf2_hintmap_isValid( const CF2_HintMap
hintmap
)
298
return
hintmap
->isValid;
304
cf2_hintmap_map( CF2_HintMap
hintmap
,
[
all
...]
cf2hints.h
100
* A
HintMap
object stores a piecewise linear function for mapping
162
cf2_hintmap_init( CF2_HintMap
hintmap
,
168
cf2_hintmap_build( CF2_HintMap
hintmap
,
178
* coordinates according to the render matrix and
HintMap
. It also tracks
190
CF2_HintMapRec
hintMap
; /* current hint map */
cf2intrp.c
489
/* may need to call `
hintMap
.Build' */
[
all
...]
/external/pdfium/third_party/freetype/src/cff/
cf2hints.c
277
cf2_hintmap_init( CF2_HintMap
hintmap
,
283
FT_ZERO(
hintmap
);
286
hintmap
->hinted = font->hinted;
287
hintmap
->scale = scale;
288
hintmap
->font = font;
289
hintmap
->initialHintMap = initialMap;
291
hintmap
->hintMoves = hintMoves;
296
cf2_hintmap_isValid( const CF2_HintMap
hintmap
)
298
return
hintmap
->isValid;
304
cf2_hintmap_map( CF2_HintMap
hintmap
,
[
all
...]
cf2hints.h
100
* A
HintMap
object stores a piecewise linear function for mapping
162
cf2_hintmap_init( CF2_HintMap
hintmap
,
168
cf2_hintmap_build( CF2_HintMap
hintmap
,
178
* coordinates according to the render matrix and
HintMap
. It also tracks
190
CF2_HintMapRec
hintMap
; /* current hint map */
cf2intrp.c
489
/* may need to call `
hintMap
.Build' */
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
ChangeLog.25
207
FT_ASSERT. Since
hintmap
still works with count==0, ...
[
all
...]
Completed in 432 milliseconds