HomeSort by relevance Sort by last modified time
    Searched refs:x_shift (Results 1 - 5 of 5) sorted by null

  /external/freetype/src/raster/
ftrend1.c 104 FT_Pos x_shift = 0; local
139 x_shift = -slot->bitmap_left * 64;
144 x_shift += origin->x;
149 if ( x_shift || y_shift )
150 FT_Outline_Translate( outline, x_shift, y_shift );
170 if ( x_shift || y_shift )
171 FT_Outline_Translate( outline, -x_shift, -y_shift );
  /external/freetype/src/smooth/
ftsmooth.c 104 FT_Pos x_shift = 0; local
141 x_shift = 64 * -slot->bitmap_left;
150 x_shift += origin->x;
155 if ( x_shift || y_shift )
156 FT_Outline_Translate( outline, x_shift, y_shift );
250 x_shift -= 21;
258 x_shift += 42;
337 if ( x_shift || y_shift )
338 FT_Outline_Translate( outline, -x_shift, -y_shift );
  /external/valgrind/none/tests/ppc64/
test_isa_3_0.c 165 volatile int x_shift; variable
183 volatile int x_shift; variable
294 switch(x_shift) {
312 printf("Unhandled shift value for extswsli. %d\n", x_shift);
318 switch(x_shift) {
336 printf("Unhandled shift value for extswsli %d\n", x_shift);
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1116 int x_shift = 0, y_shift = 0; local
1135 x_shift = h[0]/(h[1]*2);
    [all...]
  /external/freetype/src/base/
ftobjs.c 344 FT_Pos x_shift = 0; local
355 x_shift = origin->x;
363 cbox.xMin += x_shift;
365 cbox.xMax += x_shift;
425 x_shift = SUB_LONG( x_shift, cbox.xMin );
    [all...]

Completed in 98 milliseconds