OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fontMatrix
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/third_party/freetype/src/cff/
cf2font.c
283
/* include
Fontmatrix
but ignore translation */
347
/* of the
fontMatrix
*/
348
emRatio = cf2_fixedFracMul( cf2_intToFixed( 1000 ),
fontMatrix
->a );
351
/* Freetype does not preserve the
fontMatrix
when parsing; use */
391
/* of the
fontMatrix
*/
393
emRatio = cf2_fixedFracMul( cf2_intToFixed( 1000 ),
fontMatrix
->d );
/external/freetype/src/cff/
cf2font.c
332
/* include
Fontmatrix
but ignore translation */
396
/* of the
fontMatrix
*/
397
emRatio = cf2_fixedFracMul( cf2_intToFixed( 1000 ),
fontMatrix
->a );
400
/* Freetype does not preserve the
fontMatrix
when parsing; use */
440
/* of the
fontMatrix
*/
442
emRatio = cf2_fixedFracMul( cf2_intToFixed( 1000 ),
fontMatrix
->d );
/external/skia/src/pdf/
SkPDFFont.cpp
611
SkMatrix
fontMatrix
;
612
fontMatrix
.setScale(SkScalarInvert(emSize), -SkScalarInvert(emSize));
613
font->insertObject("
FontMatrix
", SkPDFUtils::MatrixToArray(
fontMatrix
));
Completed in 170 milliseconds