Searched refs:y_scale (Results 76 - 100 of 132) sorted by relevance

123456

/external/chromium_org/third_party/freetype/src/truetype/
H A Dttobjs.c780 metrics->y_scale = 0;
1194 metrics->y_scale = FT_DivFix( metrics->y_ppem << 6,
1198 FT_PIX_ROUND( FT_MulFix( face->root.ascender, metrics->y_scale ) );
1200 FT_PIX_ROUND( FT_MulFix( face->root.descender, metrics->y_scale ) );
1202 FT_PIX_ROUND( FT_MulFix( face->root.height, metrics->y_scale ) );
1219 size->ttmetrics.scale = metrics->y_scale;
/external/freetype/src/truetype/
H A Dttobjs.c785 metrics->y_scale = 0;
1196 metrics->y_scale = FT_DivFix( metrics->y_ppem << 6,
1200 FT_PIX_ROUND( FT_MulFix( face->root.ascender, metrics->y_scale ) );
1202 FT_PIX_ROUND( FT_MulFix( face->root.descender, metrics->y_scale ) );
1204 FT_PIX_ROUND( FT_MulFix( face->root.height, metrics->y_scale ) );
1221 size->ttmetrics.scale = metrics->y_scale;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttobjs.c790 metrics->y_scale = 0;
1209 metrics->y_scale = FT_DivFix( metrics->y_ppem << 6,
1213 FT_PIX_ROUND( FT_MulFix( face->root.ascender, metrics->y_scale ) );
1215 FT_PIX_ROUND( FT_MulFix( face->root.descender, metrics->y_scale ) );
1217 FT_PIX_ROUND( FT_MulFix( face->root.height, metrics->y_scale ) );
1234 size->ttmetrics.scale = metrics->y_scale;
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffgload.c2647 glyph->y_scale = 0x10000L;
2651 glyph->y_scale = size->root.metrics.y_scale;
2783 glyph->y_scale = FT_MulDiv( glyph->y_scale, top_upm, sub_upm );
3018 FT_Fixed y_scale = glyph->y_scale; local
3026 vec->y = FT_MulFix( vec->y, y_scale );
3031 metrics->vertAdvance = FT_MulFix( metrics->vertAdvance, y_scale );
/external/freetype/src/cff/
H A Dcffgload.c2643 glyph->y_scale = 0x10000L;
2647 glyph->y_scale = size->root.metrics.y_scale;
2779 glyph->y_scale = FT_MulDiv( glyph->y_scale, top_upm, sub_upm );
2850 /* 0x400 for both `x_scale' and `y_scale' in this case) */
3023 FT_Fixed y_scale = glyph->y_scale; local
3031 vec->y = FT_MulFix( vec->y, y_scale );
3036 metrics->vertAdvance = FT_MulFix( metrics->vertAdvance, y_scale );
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffgload.c2651 glyph->y_scale = 0x10000L;
2655 glyph->y_scale = size->root.metrics.y_scale;
2787 glyph->y_scale = FT_MulDiv( glyph->y_scale, top_upm, sub_upm );
2858 /* 0x400 for both `x_scale' and `y_scale' in this case) */
3031 FT_Fixed y_scale = glyph->y_scale; local
3039 vec->y = FT_MulFix( vec->y, y_scale );
3044 metrics->vertAdvance = FT_MulFix( metrics->vertAdvance, y_scale );
[all...]
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafhints.c600 FT_Fixed y_scale = hints->y_scale; local
661 hints->y_scale = y_scale;
691 point->oy = point->y = FT_MulFix( vec->y, y_scale ) + y_delta;
H A Dafhints.h338 FT_Fixed y_scale; member in struct:AF_GlyphHintsRec_
H A Daflatin.c96 scaler->y_scale = 0x10000L;
589 scale = scaler->y_scale;
628 scaled = FT_MulFix( blue->shoot.org, scaler->y_scale );
668 metrics->root.scaler.y_scale = scale;
1129 : hints->y_scale;
1142 segment_length_threshold = FT_DivFix( 64, hints->y_scale );
1533 * correct x_scale and y_scale if needed, since they may have
1538 hints->y_scale = metrics->axis[AF_DIMENSION_VERT].scale;
H A Daflatin2.c91 scaler->x_scale = scaler->y_scale = 0x10000L;
532 scale = scaler->y_scale;
572 scaled = FT_MulFix( blue->shoot.org, scaler->y_scale );
609 metrics->root.scaler.y_scale = scale;
1085 : hints->y_scale;
1104 segment_length_threshold = FT_DivFix( 64, hints->y_scale );
1506 * correct x_scale and y_scale if needed, since they may have
1511 hints->y_scale = metrics->axis[AF_DIMENSION_VERT].scale;
H A Dafwarp.c185 org_scale = hints->y_scale;
/external/freetype/src/autofit/
H A Dafhints.c566 FT_Fixed y_scale = hints->y_scale; local
627 hints->y_scale = y_scale;
660 point->oy = point->y = FT_MulFix( vec->y, y_scale ) + y_delta;
H A Dafhints.h349 FT_Fixed y_scale; member in struct:AF_GlyphHintsRec_
H A Daflatin2.c92 scaler->x_scale = scaler->y_scale = 0x10000L;
533 scale = scaler->y_scale;
573 scaled = FT_MulFix( blue->shoot.org, scaler->y_scale );
610 metrics->root.scaler.y_scale = scale;
1086 : hints->y_scale;
1105 segment_length_threshold = FT_DivFix( 64, hints->y_scale );
1507 * correct x_scale and y_scale if needed, since they may have
1512 hints->y_scale = metrics->axis[AF_DIMENSION_VERT].scale;
H A Dafwarp.c185 org_scale = hints->y_scale;
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dshaders.cc282 GLint y_scale = glGetUniformLocationARB(program, "y_widthScaleFactor"); local
284 glUniform1fARB(y_scale, 1.0);
/external/chromium_org/ui/gfx/
H A Dcanvas.h213 void Scale(int x_scale, int y_scale);
H A Dcanvas.cc225 void Canvas::Scale(int x_scale, int y_scale) { argument
226 canvas_->scale(SkIntToScalar(x_scale), SkIntToScalar(y_scale));
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c1058 double y_scale; local
1084 y_scale = si->width * si->height * 255.0 * 255.0 * number_of_frames;
1085 scale[1] = y_scale;
1086 scale[2] = scale[3] = y_scale / 4; // U or V
1087 scale[0] = y_scale * 1.5; // total
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshalgo.c2219 /* try to optimize the y_scale so that the top of non-capital letters
2227 FT_Fixed y_scale = dim_y->scale_mult; local
2230 FT_Fixed old_y_scale = y_scale;
2238 scaled = FT_MulFix( globals->blues.normal_top.zones->org_ref, y_scale );
2245 y_scale = FT_MulDiv( y_scale, fitted, scaled );
2250 psh_globals_set_scale( glyph->globals, x_scale, y_scale, 0, 0 );
/external/freetype/src/pshinter/
H A Dpshalgo.c2216 /* try to optimize the y_scale so that the top of non-capital letters
2224 FT_Fixed y_scale = dim_y->scale_mult; local
2227 FT_Fixed old_y_scale = y_scale;
2235 scaled = FT_MulFix( globals->blues.normal_top.zones->org_ref, y_scale );
2242 y_scale = FT_MulDiv( y_scale, fitted, scaled );
2247 psh_globals_set_scale( glyph->globals, x_scale, y_scale, 0, 0 );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshalgo.c2219 /* try to optimize the y_scale so that the top of non-capital letters
2227 FT_Fixed y_scale = dim_y->scale_mult; local
2230 FT_Fixed old_y_scale = y_scale;
2238 scaled = FT_MulFix( globals->blues.normal_top.zones->org_ref, y_scale );
2245 y_scale = FT_MulDiv( y_scale, fitted, scaled );
2250 psh_globals_set_scale( glyph->globals, x_scale, y_scale, 0, 0 );
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittest.cc316 double y_scale = local
356 EXPECT_EQ(y_scale, 1.0);
359 EXPECT_LT(y_scale, 1.0);
365 EXPECT_EQ(y_scale, 1.0);
368 EXPECT_EQ(y_scale, 2.0);
382 EXPECT_TRUE(CheckScale(y_scale, y_samples, scaled_y))
383 << "y_scale = " << y_scale;
389 if (y_scale != 1.0) {
/external/chromium_org/v8/tools/profviz/
H A Dcomposer.js527 var y_scale = kY1Offset / max_pause_time / 2;
532 var label_y = Math.max(1, (pause.duration() * y_scale));
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidobjs.c169 size->metrics.y_scale,

Completed in 414 milliseconds

123456