Home
last modified time | relevance | path

Searched defs:getX (Results 1 – 18 of 18) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DprivateNameComputedPropertyName2(target=es2015).js2 let getX: (a: A) => number; variable
20 let getX; variable
DprivateNameComputedPropertyName2(target=esnext).js2 let getX: (a: A) => number; variable
13 let getX; variable
DprivateInstanceVisibility.js32 getX() { return this.x; } method in C
60 C.prototype.getX = function () { return this.x; }; method in C
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.8/
Dmy_module.ts18 export function getX(x: string) { return x; }; function
D3_which_should_i_use.ts35 getX(): number { method in Two
/third_party/typescript/tests/cases/conformance/classes/members/privateNames/
DprivateNameComputedPropertyName2.ts3 let getX: (a: A) => number; variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.8/2_ecmsscript_private_fields/
D2_ecmsscript_private_fields_2.ts26 getX() { method in stu
/third_party/typescript/tests/cases/compiler/
DprivateInstanceVisibility.ts31 getX() { return this.x; } method in C
/third_party/flutter/skia/third_party/externals/angle2/util/
DOSWindow.cpp354 int OSWindow::getX() const in getX() function in OSWindow
/third_party/skia/third_party/externals/angle2/util/
DOSWindow.cpp367 int OSWindow::getX() const in getX() function in OSWindow
/third_party/flatbuffers/php/
DByteBuffer.php340 public function getX(&$buffer) function in Google\\FlatBuffers\\ByteBuffer
/third_party/node/deps/npm/node_modules/ecc-jsbn/lib/
Dec.js246 ECPointFp.prototype.getX = pointFpGetX; method in ECPointFp
/third_party/skia/src/effects/imagefilters/
DSkDisplacementMapImageFilter.cpp87 unsigned getX(SkColor c) const { return (c >> fShiftX) & 0xFF; } in getX() function
/third_party/flutter/skia/src/effects/imagefilters/
DSkDisplacementMapEffect.cpp89 unsigned getX(SkColor c) const { return (c >> fShiftX) & 0xFF; } in getX() function
/third_party/flutter/txt/src/minikin/
DLayout.cpp1173 float Layout::getX(int i) const { in getX() function in minikin::Layout
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DLayout.cpp1241 float Layout::getX(int i) const { in getX() function in minikin::Layout
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp319 const SCEV *DependenceInfo::Constraint::getX() const { in getX() function in DependenceInfo::Constraint
/third_party/flutter/skia/src/core/
DSkCanvas.cpp288 int getX() const { return fDevice->getOrigin().x(); } in getX() function in SkDrawIter