Home
last modified time | relevance | path

Searched defs:centerX (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DProvokingVertexTest.cpp234 float centerX = sumX / 3.0f * 0.5f + 0.5f; in TEST_P() local
290 float centerX = sumX / 3.0f * 0.5f + 0.5f; in TEST_P() local
DSimpleOperationTest.cpp456 const auto centerX = getWindowWidth() / 2; in TEST_P() local
/third_party/node/deps/v8/tools/system-analyzer/view/timeline/
Dtimeline-track-map.mjs118 const centerX = sameChunk ? xTo : ((xFrom / 2 + midX + xTo / 2) / 2) | 0; constant
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp323 float centerX = -1.0f + 2.0f * ((float)col + 0.5f) / (float)numCols; in init() local
390 float centerX = -1.0f + 2.0f * ((float)col + 0.5f) / (float)numCols; in init() local
/third_party/skia/gm/
Daddarc.cpp281 SkScalar centerX = 50; variable
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color-colr-table.hh518 FWORD centerX; member
690 FWORD centerX; member
744 FWORD centerX; member
798 FWORD centerX; member
854 FWORD centerX; member
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampSamplingTexture.cpp1012 glw::GLuint centerX = m_test_configuration.get_width() / 2; in checkLinear() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCoordinatesTests.cpp202 void drawPoint (tcu::Surface& dst, const int centerX, const int centerY, const tcu::RGBA& color, co… in drawPoint()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationCoordinatesTests.cpp202 void drawPoint (tcu::Surface& dst, const int centerX, const int centerY, const tcu::RGBA& color, co… in drawPoint()
/third_party/skia/include/core/
DSkRect.h792 SkScalar centerX() const { in centerX() function
/third_party/weex-loader/deps/weex-styler/lib/
Dvalidator.js2512 centerX: LENGTH_VALIDATOR, property
2860 centerX: LENGTH_VALIDATOR, property
3006 centerX: LENGTH_VALIDATOR, property
/third_party/skia/src/gpu/ops/
DDashOp.cpp141 SkScalar centerX = SkScalarHalf(endInterval); in setup_dashed_rect() local
/third_party/ffmpeg/libavfilter/
Dvf_morpho.c580 int centerX, centerY; in build_chord_set() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp2070 const float centerX = float(width) *(x*0.5f + 0.5f); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp2070 const float centerX = float(width) *(x*0.5f + 0.5f); in iterate() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationTests.cpp1024 static inline void drawPoint (tcu::Surface& dst, int centerX, int centerY, const tcu::RGBA& color, … in drawPoint()