Home
last modified time | relevance | path

Searched refs:getMaxWidth (Results 1 – 20 of 20) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DunknownSymbolOffContextualType1.js9 function getMaxWidth(elementNames: string[]) { function
27 function getMaxWidth(elementNames) {
DunknownSymbolOffContextualType1.symbols20 function getMaxWidth(elementNames: string[]) {
21 >getMaxWidth : Symbol(getMaxWidth, Decl(unknownSymbolOffContextualType1.ts, 6, 1))
DunknownSymbolOffContextualType1.errors.txt12 function getMaxWidth(elementNames: string[]) {
DunknownSymbolOffContextualType1.types14 function getMaxWidth(elementNames: string[]) {
15 >getMaxWidth : (elementNames: string[]) => any
/third_party/node/deps/npm/lib/search/
Dformat-package-stream.js125 function getMaxWidth () { function
137 var maxWidth = getMaxWidth()
/third_party/typescript/tests/cases/compiler/
DunknownSymbolOffContextualType1.ts8 function getMaxWidth(elementNames: string[]) { function
/third_party/flutter/skia/modules/skparagraph/include/
DParagraph.h22 SkScalar getMaxWidth() { return fWidth; } in getMaxWidth() function
/third_party/flutter/engine/flutter/third_party/txt/src/skia/
Dparagraph_skia.cc27 return paragraph_->getMaxWidth(); in GetMaxWidth()
/third_party/skia/modules/skparagraph/include/
DParagraph.h22 SkScalar getMaxWidth() { return fWidth; } in getMaxWidth() function
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp89 deUint32 getMaxWidth () in getMaxWidth() function
1082 const deUint32 maxWidth = getMaxWidth(); in makeTessellationEvaluationFrameBufferTest()
1267 const deUint32 maxWidth = getMaxWidth(); in makeGeometryFrameBufferTest()
1431 const deUint32 maxWidth = getMaxWidth(); in allStages()
1717 const deUint32 maxWidth = getMaxWidth(); in makeVertexFrameBufferTest()
/third_party/skia/modules/canvaskit/tests/
Dparagraph.spec.js98 expect(paragraph.getMaxWidth()).toEqual(200);
785 expect(paragraph.getMaxWidth()).toEqual(200);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp46 deUint32 getMaxWidth () in getMaxWidth() function
2559 const deUint32 maxWidth = getMaxWidth(); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize()
2797 const deUint32 maxWidth = getMaxWidth(); in makeGeometryFrameBufferTestRequiredSubgroupSize()
3036 const deUint32 maxWidth = getMaxWidth(); in allStagesRequiredSubgroupSize()
3365 const deUint32 maxWidth = getMaxWidth(); in makeVertexFrameBufferTestRequiredSubgroupSize()
4258 const VkDeviceSize shaderSize = getMaxWidth(); in makeRayTracingInputBuffers()
4590 const deUint32 maxWidth = getMaxWidth(); in allRayTracingStagesRequiredSubgroupSize()
/third_party/skia/modules/canvaskit/
Dexterns.js138 getMaxWidth: function() {}, method
Dparagraph_bindings.cpp424 .function("getMaxWidth", &para::Paragraph::getMaxWidth) in EMSCRIPTEN_BINDINGS()
/third_party/skia/modules/skparagraph/src/
DParagraphImpl.cpp565 SkCanvas* textCanvas = recorder.beginRecording(this->getMaxWidth(), this->getHeight()); in paintLinesIntoPicture()
/third_party/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts512 const h = p.getMaxWidth(); // $ExpectType number
Dindex.d.ts844 getMaxWidth(): number; method
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp1811 auto rect = SkRect::MakeXYWH(0, 0, paragraph->getMaxWidth(), paragraph->getHeight()); in onDrawContent()
2737 …canvas->drawLine(0, paragraph->getHeight(), paragraph->getMaxWidth(), paragraph->getHeight(), line… in onDrawContent()
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp4211 paragraph->getMaxWidth(), in UNIX_ONLY_TEST()
4214 paragraph->getMaxWidth(), in UNIX_ONLY_TEST()
5504 SkASSERT(width == paragraph->getMaxWidth()); in UNIX_ONLY_TEST()
6419 …canvas.get()->drawRect(SkRect::MakeXYWH(0, 0, paragraph->getMaxWidth(), paragraph->getHeight()), g… in UNIX_ONLY_TEST()
/third_party/flutter/skia/tests/
DSkParagraphTest.cpp2991 paragraph->getMaxWidth(), in DEF_TEST()
2994 paragraph->getMaxWidth(), in DEF_TEST()