HomeSort by relevance Sort by last modified time
    Searched full:ystr (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/base/
ftsynth.c 89 FT_Pos xstr, ystr; local
99 ystr = xstr;
109 ystr = xstr;
117 ystr &= ~63;
125 if ( ( ystr >> 6 ) > FT_INT_MAX || ( ystr >> 6 ) < FT_INT_MIN )
128 FT_TRACE1(( "too strong embolding parameter ystr=%d\n", ystr ));
135 error = FT_Bitmap_Embolden( library, &slot->bitmap, xstr, ystr );
144 slot->advance.y += ystr;
    [all...]
ftbitmap.c 222 FT_Int xstr, ystr; local
236 ystr = (FT_Int)FT_PIX_ROUND( yStrength ) >> 6;
238 if ( xstr == 0 && ystr == 0 )
240 else if ( xstr < 0 || ystr < 0 )
278 ystr *= 3;
282 error = ft_bitmap_assure_buffer( library->memory, bitmap, xstr, ystr );
288 p = bitmap->buffer + pitch * ystr;
350 * Make the above `ystr' rows or'ed with it.
352 for ( x = 1; x <= ystr; x++ )
366 bitmap->rows += ystr;
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 630 StringRef YStr = getOrderedName(Y, YSaved);
631 int cmp = XStr.compare_lower(YStr);
636 cmp = XStr.compare(YStr);

Completed in 264 milliseconds