Searched refs:aw (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/freetype/dist/src/truetype/ |
| H A D | ttgload.h | 40 FT_UShort* aw );
|
| H A D | ttdriver.c | 266 FT_UShort aw; local in function:tt_get_advances 269 TT_Get_HMetrics( face, start + nn, &lsb, &aw ); 270 advances[nn] = aw;
|
| H A D | ttgload.c | 102 FT_UShort* aw ) 104 ( (SFNT_Service)face->sfnt )->get_metrics( face, 0, idx, lsb, aw ); 106 FT_TRACE5(( " advance width (font units): %d\n", *aw )); 1444 * rsb = aw - (lsb + xmax - xmin) 1446 * (with `aw' the advance width, `lsb' the left side bearing, and `xmin' 1452 * pp2 = (round(pp1 + aw), 0) . 1497 * x = aw / 2 , (1) 1502 * ((DefaultAscender - DefaultDescender - aw) / 2) . (2) 99 TT_Get_HMetrics(TT_Face face,FT_UInt idx,FT_Short * lsb,FT_UShort * aw) argument
|
| /xsrc/external/mit/freetype/dist/src/cff/ |
| H A D | cffdrivr.c | 272 FT_UShort aw; local in function:cff_get_advances 279 &aw ); 283 aw, 284 aw == 1 ? "" : "s" )); 285 advances[nn] = aw;
|
| /xsrc/external/mit/pixman/dist/test/utils/ |
| H A D | utils.h | 260 uint32_t aw, rw, gw, bw; member in struct:__anone684056b0208
|
| H A D | utils.c | 2081 checker->aw = PIXMAN_FORMAT_A (format); 2097 checker->ad += 1 / (double)((1 << checker->aw) - 1); 2211 checker->aw, checker->am, checker->as, 1.0);
|
Completed in 13 milliseconds