Searched defs:pivotX (Results 1 – 4 of 4) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | methodsReturningThis.js | 15 Class.prototype.m6 = function (x, y, pivotX, pivotY, scaleX, scaleY, rotation, skewX, skewY) { retu… argument 33 Class.prototype.m6 = function (x, y, pivotX, pivotY, scaleX, scaleY, rotation, skewX, skewY) { retu… argument
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_window.js | 730 pivotX: '[PC preview] unknow pivotX', property 738 pivotX: '[PC preview] unknow pivotX', property
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 482 for (std::set<float>::const_iterator pivotX = xCoords.begin(); pivotX != xCoords.end(); ++pivotX) in findSlopePivotX() local 515 float pivotX; //!< Value returned by findSlopePivotX, or -infinity if only single line. member 535 const float pivotX = findSlopePivotX(data); in computeSegmentedEstimator() local
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 482 for (std::set<float>::const_iterator pivotX = xCoords.begin(); pivotX != xCoords.end(); ++pivotX) in findSlopePivotX() local 515 float pivotX; //!< Value returned by findSlopePivotX, or -infinity if only single line. member 535 const float pivotX = findSlopePivotX(data); in computeSegmentedEstimator() local
|