HomeSort by relevance Sort by last modified time
    Searched refs:y_scale (Results 26 - 45 of 45) sorted by null

12

  /external/freetype/src/autofit/
aflatin.c 89 scaler->y_scale = 0x10000L;
540 scale = scaler->y_scale;
572 FT_Pos scaled = FT_MulFix( blue->shoot.org, scaler->y_scale );
602 metrics->root.scaler.y_scale = scale;
1062 : hints->y_scale;
1075 segment_length_threshold = FT_DivFix( 64, hints->y_scale );
    [all...]
aflatin2.c 90 scaler->x_scale = scaler->y_scale = 0x10000L;
523 scale = scaler->y_scale;
556 FT_Pos scaled = FT_MulFix( blue->shoot.org, scaler->y_scale );
582 metrics->root.scaler.y_scale = scale;
1056 : hints->y_scale;
1075 segment_length_threshold = FT_DivFix( 64, hints->y_scale );
    [all...]
afwarp.c 185 org_scale = hints->y_scale;
afcjk.c 103 scaler->y_scale = 0x10000L;
590 scale = scaler->y_scale;
741 : hints->y_scale;
910 : hints->y_scale;
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 2228 FT_Fixed y_scale = dim_y->scale_mult; local
    [all...]
  /external/harfbuzz_ng/src/
hb-coretext.cc 123 data->ct_font = CTFontCreateWithGraphicsFont (face_data->cg_font, font->y_scale, NULL, NULL);
hb-ot-shape-fallback.cc 205 hb_position_t y_gap = font->y_scale / 16;
hb-uniscribe.cc 119 lf->lfHeight = -font->y_scale;
hb-ot-layout-common-private.hh     [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp 211 // x_ and y_scale are the conversion factors from font design space (fEmSize) to 1/64th of device pixels in 16.16 format.
216 m_item.font->y_scale = scale;
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1641 int x_scale = channels > 1 ? 2 : 1, y_scale = x_scale; local
    [all...]
  /external/qemu/android/skin/
window.c 1352 double x_scale, y_scale; local
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 336 strength = FT_MulFix(face->units_per_EM, face->size->metrics.y_scale)
  /external/harfbuzz/src/
harfbuzz-gpos.c 481 HB_16Dot16 x_scale, y_scale; local
490 y_scale = gpi->font->y_scale;
497 gd->y_pos += y_scale * vr->YPlacement / 0x10000;
501 gd->y_advance += y_scale * vr->YAdvance / 0x10000;
731 HB_16Dot16 x_scale, y_scale; local
737 y_scale = gpi->font->y_scale;
749 *y_value = y_scale * an->af.af1.YCoordinate / 0x10000;
771 *y_value = y_scale * an->af.af3.YCoordinate / 0x10000
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos.c 481 HB_16Dot16 x_scale, y_scale; local
490 y_scale = gpi->font->y_scale;
497 gd->y_pos += y_scale * vr->YPlacement / 0x10000;
501 gd->y_advance += y_scale * vr->YAdvance / 0x10000;
731 HB_16Dot16 x_scale, y_scale; local
737 y_scale = gpi->font->y_scale;
749 *y_value = y_scale * an->af.af1.YCoordinate / 0x10000;
771 *y_value = y_scale * an->af.af3.YCoordinate / 0x10000
    [all...]
  /external/harfbuzz/tests/shaping/
main.cpp 222 hbFont.y_scale = face->size->metrics.y_scale;
  /external/freetype/include/freetype/
freetype.h 1366 FT_Fixed y_scale; \/* units to 26.6 fractional pixels *\/ member in struct:FT_Size_Metrics_
    [all...]
  /external/freetype/src/truetype/
ttinterp.c     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 740 // x_ and y_scale are the conversion factors from font design space (fEmSize) to 1/64th of device pixels in 16.16 format.
745 m_item.font->y_scale = scale;
    [all...]
  /external/skia/legacy/src/ports/
SkFontHost_FreeType.cpp 919 strength = FT_MulFix(fFace->units_per_EM, fFace->size->metrics.y_scale)
    [all...]

Completed in 523 milliseconds

12