Searched refs:x_left (Results 1 – 5 of 5) sorted by relevance
/third_party/cef/tests/cefclient/browser/ |
D | osr_accessibility_node_win.cc | 134 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/ |
D | esextcTextureCubeMapArraySampling.cpp | 1148 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/ |
D | vktApiCommandBuffersTests.cpp | 4469 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/ |
D | ftobjs.c | 371 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/ |
D | ChangeLog.25 | 519 too negative values in `x_left' and `y_top'. Either negative
|