Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLEyes.cpp147 CreateEllipsePoints(const float& centerX, const float& centerY, in CreateEllipsePoints()
227 WLEye::CreateEyeLiner(const float& centerX, const float& centerY, in CreateEyeLiner()
240 WLEye::CreateWhiteEye(const float& centerX, const float& centerY, in CreateWhiteEye()
251 WLEye::CreatePupil(const float& centerX, const float& centerY, in CreatePupil()
/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/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DProvokingVertexTest.cpp229 float centerX = sumX / 3.0f * 0.5f + 0.5f; in TEST_P() local
285 float centerX = sumX / 3.0f * 0.5f + 0.5f; in TEST_P() local
DSimpleOperationTest.cpp458 const auto centerX = getWindowWidth() / 2; in TEST_P() local
/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/flutter/skia/gm/
Daddarc.cpp283 SkScalar centerX = 50; variable
/third_party/harfbuzz/src/
Dhb-ot-color-colr-table.hh336 Var<FWORD> centerX; member
420 Var<HBFixed> centerX; member
439 Var<HBFixed> centerX; member
/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/flutter/skia/samplecode/
DSampleLitAtlas.cpp193 void drawLightDir(SkCanvas* canvas, SkScalar centerX, SkScalar centerY) { in drawLightDir()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCoordinatesTests.cpp200 void drawPoint (tcu::Surface& dst, const int centerX, const int centerY, const tcu::RGBA& color, co… in drawPoint()
/third_party/skia/include/core/
DSkRect.h786 SkScalar centerX() const { in centerX() function
/third_party/flutter/skia/include/core/
DSkRect.h885 SkScalar centerX() const { in centerX() function
/third_party/weex-loader/deps/weex-styler/lib/
Dvalidator.js2511 centerX: LENGTH_VALIDATOR, property
2859 centerX: LENGTH_VALIDATOR, property
3005 centerX: LENGTH_VALIDATOR, property
/third_party/flutter/skia/src/gpu/ops/
DGrDashOp.cpp163 SkScalar centerX = SkScalarHalf(endInterval); in setup_dashed_rect() local
/third_party/skia/src/gpu/ops/
DDashOp.cpp141 SkScalar centerX = SkScalarHalf(endInterval); in setup_dashed_rect() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp2060 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()