Searched defs:scaled (Results 1 - 15 of 15) sorted by relevance

/external/freetype/src/cff/
H A Dcffobjs.h76 FT_Bool scaled; member in struct:CFF_GlyphSlotRec_
/external/linux-tools-perf/util/
H A Devsel.h32 s8 scaled; member in struct:perf_counts
119 * perf_evsel__read_on_cpu_scaled - Read out the results on a CPU and thread, scaled
148 * perf_evsel__read_scaled - Read the aggregate results on all CPUs, scaled
/external/openssh/openbsd-compat/
H A Dfmt_scaled.c32 * fmt_scaled: Format numbers scaled for human comprehension
72 /** Convert the given input string "scaled" into numeric in "result".
76 scan_scaled(char *scaled, long long *result) argument
78 char *p = scaled;
/external/skia/samplecode/
H A DSampleRegion.cpp83 SkRegion scaled; local
84 scale_rgn(&scaled, rgn, 0.5f);
/external/skia/src/core/
H A DSkCordic.cpp60 Sk64 scaled; local
61 scaled.setMul(sin, 0x6488d);
62 sin = scaled.fHi;
63 scaled.setMul(cos, 0x6488d);
65 scaled.fHi = - scaled.fHi;
66 *cosp = scaled.fHi;
98 Sk64 scaled; local
99 scaled.setMul(z, 0x6488d); // scale back into the SkScalar space (0x100000000/0x28be)
100 return scaled
185 Sk64 scaled; local
[all...]
/external/skia/src/pdf/
H A DSkPDFFont.cpp257 SkScalar scaled = SkIntToScalar(val); local
259 return scaled;
261 return SkScalarMulDiv(scaled, 1000, emSize);
H A DSkPDFDevice.cpp1506 SkMatrix scaled; local
1508 scaled.setScale(SK_Scalar1, -SK_Scalar1);
1509 scaled.postTranslate(0, SK_Scalar1);
1512 scaled.postScale(SkIntToScalar(subset.width()),
1514 scaled.postConcat(matrix);
1515 ScopedContentEntry content(this, clipStack, clipRegion, scaled, paint);
/external/freetype/src/autofit/
H A Dafcjk.c1188 /* compute which blue zones are active, i.e. have their scaled */
1326 /* snap a given width in scaled coordinates to one of the */
1337 FT_Pos scaled; local
1357 scaled = FT_PIX_ROUND( reference );
1361 if ( width < scaled + 48 )
1366 if ( width > scaled - 48 )
H A Daflatin.c572 FT_Pos scaled = FT_MulFix( blue->shoot.org, scaler->y_scale ); local
573 FT_Pos fitted = ( scaled + 40 ) & ~63;
576 if ( scaled != fitted )
581 if ( fitted < scaled )
587 scale = FT_MulDiv( scale, fitted, scaled );
1364 /* compute which blue zones are active, i.e. have their scaled */
1533 /* Snap a given width in scaled coordinates to one of the */
1544 FT_Pos scaled; local
1564 scaled = FT_PIX_ROUND( reference );
1568 if ( width < scaled
[all...]
H A Daflatin2.c556 FT_Pos scaled = FT_MulFix( blue->shoot.org, scaler->y_scale ); local
557 FT_Pos fitted = ( scaled + 40 ) & ~63;
560 if ( scaled != fitted )
562 scale = FT_MulDiv( scale, fitted, scaled );
563 FT_TRACE5(( "== scaled x-top = %.2g"
565 scaled / 64.0, fitted / 64.0,
566 ( fitted * 1.0 ) / scaled ));
1376 /* compute which blue zones are active, i.e. have their scaled */
1543 /* snap a given width in scaled coordinates to one of the */
1554 FT_Pos scaled; local
[all...]
/external/freetype/src/pshinter/
H A Dpshalgo.c523 /* scaled distance between the centers of the hints to */
2233 FT_Fixed scaled; local
2239 scaled = FT_MulFix( globals->blues.normal_top.zones->org_ref, y_scale );
2240 fitted = FT_PIX_ROUND( scaled );
2242 if ( fitted != 0 && scaled != fitted )
2246 y_scale = FT_MulDiv( y_scale, fitted, scaled );
2248 if ( fitted < scaled )
/external/linux-tools-perf/
H A Dbuiltin-stat.c870 int scaled = counter->counts->scaled; local
872 if (scaled == -1) {
899 if (scaled) {
/external/quake/quake/src/QW/client/
H A Dgl_draw.c1149 static unsigned scaled[1024*512]; // [512*256]; local
1165 if (scaled_width * scaled_height > (int) sizeof(scaled)/4)
1178 scaled_width, scaled_height, GL_UNSIGNED_BYTE, scaled);
1179 glTexImage2D (GL_TEXTURE_2D, 0, samples, scaled_width, scaled_height, 0, GL_RGBA, GL_UNSIGNED_BYTE, scaled);
1191 memcpy (scaled, data, width*height*4);
1194 GL_ResampleTexture (data, width, height, scaled, scaled_width, scaled_height);
1196 glTexImage2DHelper (GL_TEXTURE_2D, 0, samples, scaled_width, scaled_height, 0, GL_RGBA, GL_UNSIGNED_BYTE, scaled);
1204 GL_MipMap ((byte *)scaled, scaled_width, scaled_height);
1212 glTexImage2DHelper (GL_TEXTURE_2D, miplevel, samples, scaled_width, scaled_height, 0, GL_RGBA, GL_UNSIGNED_BYTE, scaled);
1236 static unsigned char scaled[102 local
[all...]
/external/quake/quake/src/WinQuake/
H A Dgl_draw.cpp1498 static unsigned short scaled[1024*512]; // [512*256]; local
1503 unsigned short* pDest = scaled;
1512 glTexSubImage2D(GL_TEXTURE_2D, mipLevel, 0, 0, width, height, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, scaled);
1526 static unsigned scaled[1024*512]; // [512*256]; local
1541 if (scaled_width * scaled_height > (int) sizeof(scaled)/4)
1557 memcpy (scaled, data, width*height*4);
1560 GL_ResampleTexture (data, width, height, scaled, scaled_width, scaled_height);
1574 sendTexture(0, scaled_width, scaled_height, scaled, alpha);
1588 const unsigned int* pIn = (const unsigned int*) scaled;
1589 unsigned int* pOut = (unsigned int*) scaled;
1828 static unsigned char scaled[1024*512]; // [512*256]; local
[all...]
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp135 // thin pages will be scaled down a little, matching the way they
138 // Wide pages will be scaled down more than this.
2217 XFORM scaled; local
2218 GetWorldTransform(targetDC, &scaled);
2224 scaled.eM11 = ctm.xx;
2225 scaled.eM22 = ctm.yy;
2227 return scaled;
2242 XFORM original, scaled; local
2248 // If this is a preview, the Windows HDC was set to a non-scaled state so that Cairo will
2252 scaled
[all...]

Completed in 1332 milliseconds