Searched refs:blues (Results 1 - 18 of 18) sorted by relevance

/external/freetype/src/psaux/
H A Dpsblues.c66 cf2_blues_init( CF2_Blues blues, argument
97 FT_ZERO( blues );
98 blues->scale = font->innerTransform.d;
101 &blues->blueScale,
102 &blues->blueShift,
103 &blues->blueFuzz );
160 blues->emBoxBottomEdge.csCoord = emBoxBottom - CF2_FIXED_EPSILON;
161 blues->emBoxBottomEdge.dsCoord = cf2_fixedRound(
163 blues->emBoxBottomEdge.csCoord,
164 blues
[all...]
H A Dpsblues.h171 cf2_blues_init( CF2_Blues blues,
174 cf2_blues_capture( const CF2_Blues blues,
H A Dpsfont.h115 CF2_BluesRec blues; /* computed zone data */ member in struct:CF2_FontRec_
H A Dpshints.h215 const CF2_BluesRec* blues; member in struct:CF2_GlyphPathRec_
257 const CF2_Blues blues,
H A Dpshints.c872 if ( font->blues.doEmBoxHints )
881 &font->blues.emBoxBottomEdge,
886 &font->blues.emBoxTopEdge );
916 cf2_blues_capture( &font->blues,
1092 const CF2_Blues blues,
1135 glyphpath->blues = blues;
1083 cf2_glyphpath_init( CF2_GlyphPath glyphpath, CF2_Font font, CF2_OutlineCallbacks callbacks, CF2_Fixed scaleY, CF2_ArrStack hStemHintArray, CF2_ArrStack vStemHintArray, CF2_HintMask hintMask, CF2_Fixed hintOriginY, const CF2_Blues blues, const FT_Vector* fractionalTranslation ) argument
H A Dpsfont.c479 cf2_blues_init( &font->blues, font );
H A Dpsintrp.c566 &font->blues,
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_type3glyphs.cpp18 static int _AdjustBlue(float pos, int& count, int blues[]) { argument
22 float distance = fabs(pos - static_cast<float>(blues[i]));
29 return blues[closest_pos];
33 blues[count++] = new_pos;
/external/freetype/src/pshinter/
H A Dpshglob.c236 FT_Short* blues,
262 /* first, the blues */
264 count, blues, top_table, bot_table );
364 /* reset the blues table when the device transform changes */
366 psh_blues_scale_zones( PSH_Blues blues, argument
406 blues->no_overshoots = FT_BOOL( scale < blues->blue_scale * 8 / 125 );
408 blues->no_overshoots = FT_BOOL( scale * 125 < blues->blue_scale * 8 );
420 FT_Int threshold = blues
234 psh_blues_set_zones( PSH_Blues target, FT_UInt count, FT_Short* blues, FT_UInt count_others, FT_Short* other_blues, FT_Int fuzz, FT_Int family ) argument
548 psh_blues_snap_stem( PSH_Blues blues, FT_Int stem_top, FT_Int stem_bot, PSH_Alignment alignment ) argument
[all...]
H A Dpshglob.h139 PSH_BluesRec blues; member in struct:PSH_GlobalsRec_
179 psh_blues_snap_stem( PSH_Blues blues,
H A Dpshalgo.c481 psh_blues_snap_stem( &globals->blues,
705 psh_blues_snap_stem( &globals->blues,
1644 psh_glyph_find_blue_points( PSH_Blues blues, argument
1671 table = &blues->normal_top;
1680 if ( delta < -blues->blue_fuzz )
1683 if ( y <= zone->org_top + blues->blue_fuzz )
1684 if ( blues->no_overshoots || delta <= blues->blue_threshold )
1693 table = &blues->normal_bottom;
1702 if ( delta < -blues
[all...]
/external/freetype/src/autofit/
H A Dafcjk.h87 AF_CJKBlueRec blues[AF_BLUE_STRINGSET_MAX]; member in struct:AF_CJKAxisRec_
H A Daflatin.h101 AF_LatinBlueRec blues[AF_BLUE_STRINGSET_MAX]; member in struct:AF_LatinAxisRec_
H A Daflatin.c900 blue = &axis->blues[axis->blue_count];
979 blue_sorted[i] = &axis->blues[i];
1018 blue_sorted[i] - axis->blues,
1156 if ( Axis->blues[nn].flags & AF_LATIN_BLUE_ADJUSTMENT )
1158 blue = &Axis->blues[nn];
1210 max_height = FT_MAX( max_height, Axis->blues[nn].ascender );
1211 max_height = FT_MAX( max_height, -Axis->blues[nn].descender );
1306 AF_LatinBlue blue = &axis->blues[nn];
1383 AF_LatinBlue blue = &axis->blues[nn];
1394 AF_LatinBlue b = &axis->blues[
[all...]
H A Daflatin2.c207 /* we compute the blues simply by loading each character from the */
208 /* 'af_latin2_blue_chars[blues]' string, then compute its top-most or */
374 blue = & axis->blues[axis->blue_count];
565 if ( vaxis->blues[nn].flags & AF_LATIN_BLUE_ADJUSTMENT )
567 blue = &vaxis->blues[nn];
642 AF_LatinBlue blue = &axis->blues[nn];
1439 AF_LatinBlue blue = latin->blues + bb;
1492 blue = latin->blues + bb;
H A Dafcjk.c499 blue = &axis->blues[axis->blue_count];
680 AF_CJKBlue blue = &axis->blues[nn];
1302 AF_CJKBlue blue = cjk->blues + bb;
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTDecompress.cpp837 signed char blues = (signed char)(blue1>>3) + ((signed char) ((blockTop & 0x70000) >> 11)>>5);
841 blue2 = (unsigned char)blues;
/external/blktrace/btt/doc/
H A Dbtt.tex590 lower blues and blacks in the middle.

Completed in 305 milliseconds