Home
last modified time | relevance | path

Searched refs:x_left (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp1149 const glw::GLfloat x_left = -1.0f + x_mid_step + ((glw::GLfloat)x_offset_for_face) * x_step; in preparePositionForFace() local
1150 const glw::GLfloat x_middle = x_left + x_step; in preparePositionForFace()
1157 vectorSet4(positions, 0, x_left, y_top, 0.0f, 1.0f); in preparePositionForFace()
1160 vectorSet4(positions, 3, x_left, y_middle, 0.0f, 1.0f); in preparePositionForFace()
1163 vectorSet4(positions, 6, x_left, y_bottom, 0.0f, 1.0f); in preparePositionForFace()
/external/freetype/src/base/
Dftobjs.c358 FT_Pos x_left, y_top; in ft_glyphslot_preset_bitmap() local
434 x_left = cbox.xMin >> 6; in ft_glyphslot_preset_bitmap()
460 slot->bitmap_left = (FT_Int)x_left; in ft_glyphslot_preset_bitmap()
/external/freetype/
DChangeLog.25519 too negative values in `x_left' and `y_top'. Either negative