Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dosr_accessibility_node_win.cc134 STDMETHODIMP accHitTest(LONG x_left, LONG y_top, VARIANT* child) override;
140 STDMETHODIMP accLocation(LONG* x_left,
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp1148 const glw::GLfloat x_left = -1.0f + x_mid_step + ((glw::GLfloat)x_offset_for_face) * x_step; in preparePositionForFace() local
1149 const glw::GLfloat x_middle = x_left + x_step; in preparePositionForFace()
1156 vectorSet4(positions, 0, x_left, y_top, 0.0f, 1.0f); in preparePositionForFace()
1159 vectorSet4(positions, 3, x_left, y_middle, 0.0f, 1.0f); in preparePositionForFace()
1162 vectorSet4(positions, 6, x_left, y_bottom, 0.0f, 1.0f); in preparePositionForFace()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp4469 float x_left = static_cast<float>(x) * pixelWidth - 1.0f; in iterate() local
4470 float x_mid = x_left + pixelWidthHalf; in iterate()
4471 float x_right = x_left + pixelWidth; in iterate()
4482 tcu::Vec2(x_left, y_top), in iterate()
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c371 FT_Pos x_left, y_top; in ft_glyphslot_preset_bitmap() local
466 x_left = pbox.xMin; in ft_glyphslot_preset_bitmap()
492 slot->bitmap_left = (FT_Int)x_left; in ft_glyphslot_preset_bitmap()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.25519 too negative values in `x_left' and `y_top'. Either negative