OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:normalizedcoords
(Results
1 - 6
of
6
) sorted by null
/external/freetype/src/truetype/
ttgxvar.h
77
/*
normalizedcoords
:: A normalized value (between [-1,1]) indicating */
84
FT_Fixed*
normalizedcoords
;
member in struct:GX_BlendRec_
ttgxvar.c
575
i, blend->
normalizedcoords
[i] / 65536.0 ));
588
else if ( blend->
normalizedcoords
[i] == 0 )
595
else if ( ( blend->
normalizedcoords
[i] < 0 && tuple_coords[i] > 0 ) ||
596
( blend->
normalizedcoords
[i] > 0 && tuple_coords[i] < 0 ) )
610
blend->
normalizedcoords
[i] > 0
611
? blend->
normalizedcoords
[i]
612
: -blend->
normalizedcoords
[i] );
615
else if ( blend->
normalizedcoords
[i] < im_start_coords[i] ||
616
blend->
normalizedcoords
[i] > im_end_coords[i] )
626
else if ( blend->
normalizedcoords
[i] < tuple_coords[i]
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttgxvar.h
77
/*
normalizedcoords
:: A normalized value (between [-1,1]) indicating */
84
FT_Fixed*
normalizedcoords
;
member in struct:GX_BlendRec_
ttgxvar.c
615
i, blend->
normalizedcoords
[i] / 65536.0 ));
628
else if ( blend->
normalizedcoords
[i] == 0 )
635
else if ( ( blend->
normalizedcoords
[i] < 0 && tuple_coords[i] > 0 ) ||
636
( blend->
normalizedcoords
[i] > 0 && tuple_coords[i] < 0 ) )
650
blend->
normalizedcoords
[i] > 0
651
? blend->
normalizedcoords
[i]
652
: -blend->
normalizedcoords
[i] );
655
else if ( blend->
normalizedcoords
[i] < im_start_coords[i] ||
656
blend->
normalizedcoords
[i] > im_end_coords[i] )
666
else if ( blend->
normalizedcoords
[i] < tuple_coords[i]
[
all
...]
/external/pdfium/third_party/freetype/src/truetype/
ttgxvar.h
77
/*
normalizedcoords
:: A normalized value (between [-1,1]) indicating */
84
FT_Fixed*
normalizedcoords
;
member in struct:GX_BlendRec_
ttgxvar.c
575
i, blend->
normalizedcoords
[i] / 65536.0 ));
588
else if ( blend->
normalizedcoords
[i] == 0 )
595
else if ( ( blend->
normalizedcoords
[i] < 0 && tuple_coords[i] > 0 ) ||
596
( blend->
normalizedcoords
[i] > 0 && tuple_coords[i] < 0 ) )
610
blend->
normalizedcoords
[i] > 0
611
? blend->
normalizedcoords
[i]
612
: -blend->
normalizedcoords
[i] );
615
else if ( blend->
normalizedcoords
[i] < im_start_coords[i] ||
616
blend->
normalizedcoords
[i] > im_end_coords[i] )
626
else if ( blend->
normalizedcoords
[i] < tuple_coords[i]
[
all
...]
Completed in 127 milliseconds