Searched refs:getMaxWidth (Results 1 - 10 of 10) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | unknownSymbolOffContextualType1.js | 9 function getMaxWidth(elementNames: string[]) { function 27 function getMaxWidth(elementNames) {
|
/third_party/skia/modules/skparagraph/include/ |
H A D | Paragraph.h | 29 SkScalar getMaxWidth() { return fWidth; } in getMaxWidth() function in skia::textlayout::Paragraph
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsTestsUtils.cpp | 89 deUint32 getMaxWidth () in getMaxWidth() function 1092 const deUint32 maxWidth = getMaxWidth(); in makeTessellationEvaluationFrameBufferTest() 1277 const deUint32 maxWidth = getMaxWidth(); in makeGeometryFrameBufferTest() 1441 const deUint32 maxWidth = getMaxWidth(); in allStages() 1727 const deUint32 maxWidth = getMaxWidth(); in makeVertexFrameBufferTest()
|
/third_party/skia/modules/canvaskit/ |
H A D | externs.js | 138 getMaxWidth: function() {},
|
H A D | paragraph_bindings.cpp | 424 .function("getMaxWidth", ¶::Paragraph::getMaxWidth) in EMSCRIPTEN_BINDINGS()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 48 deUint32 getMaxWidth () in getMaxWidth() function 2670 const deUint32 maxWidth = getMaxWidth(); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() 2910 const deUint32 maxWidth = getMaxWidth(); in makeGeometryFrameBufferTestRequiredSubgroupSize() 3151 const deUint32 maxWidth = getMaxWidth(); in allStagesRequiredSubgroupSize() 3482 const deUint32 maxWidth = getMaxWidth(); in makeVertexFrameBufferTestRequiredSubgroupSize() 4680 const VkDeviceSize shaderSize = getMaxWidth(); in makeRayTracingInputBuffers() 5012 const deUint32 maxWidth = getMaxWidth(); in allRayTracingStagesRequiredSubgroupSize()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 48 deUint32 getMaxWidth () in getMaxWidth() function 2658 const deUint32 maxWidth = getMaxWidth(); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() 2898 const deUint32 maxWidth = getMaxWidth(); in makeGeometryFrameBufferTestRequiredSubgroupSize() 3139 const deUint32 maxWidth = getMaxWidth(); in allStagesRequiredSubgroupSize() 3470 const deUint32 maxWidth = getMaxWidth(); in makeVertexFrameBufferTestRequiredSubgroupSize() 4669 const VkDeviceSize shaderSize = getMaxWidth(); in makeRayTracingInputBuffers() 5001 const deUint32 maxWidth = getMaxWidth(); in allRayTracingStagesRequiredSubgroupSize()
|
/third_party/skia/modules/skparagraph/src/ |
H A D | ParagraphImpl.h | 234 SkScalar getMaxWidth() { return fOldMaxWidth; } in getMaxWidth() function in skia::textlayout::final
|
/third_party/skia/modules/skparagraph/tests/ |
H A D | SkParagraphTest.cpp | 4262 paragraph->getMaxWidth(), in UNIX_ONLY_TEST() 4265 paragraph->getMaxWidth(), in UNIX_ONLY_TEST() 5560 SkASSERT(width == paragraph->getMaxWidth()); in UNIX_ONLY_TEST() 6474 canvas.get()->drawRect(SkRect::MakeXYWH(0, 0, paragraph->getMaxWidth(), paragraph->getHeight()), gray); in UNIX_ONLY_TEST() 6641 0, paragraph->getMaxWidth(), RectHeightStyle::kTight, RectWidthStyle::kTight); in UNIX_ONLY_TEST()
|
/third_party/skia/modules/skparagraph/samples/ |
H A D | SampleParagraph.cpp | 1811 auto rect = SkRect::MakeXYWH(0, 0, paragraph->getMaxWidth(), paragraph->getHeight()); 2737 canvas->drawLine(0, paragraph->getHeight(), paragraph->getMaxWidth(), paragraph->getHeight(), line);
|
Completed in 39 milliseconds