Home
last modified time | relevance | path

Searched defs:addLine (Results 1 – 24 of 24) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DlistFailure.ts6 addLine(lineText: string): List<Line> { method in Buffer
/third_party/typescript/tests/baselines/reference/
DlistFailure.js51 Buffer.prototype.addLine = function (lineText) { method in Buffer
/third_party/skia/src/pathops/
DSkOpContour.cpp81 void SkOpContourBuilder::addLine(const SkPoint pts[2]) { in addLine() function in SkOpContourBuilder
DSkOpSegment.h71 SkOpSegment* addLine(SkPoint pts[2], SkOpContour* parent) { in addLine() function
DSkOpContour.h37 SkOpSegment* addLine(SkPoint pts[2]) { in addLine() function
/third_party/skia/src/core/
DSkEdgeBuilder.cpp119 void SkBasicEdgeBuilder::addLine(const SkPoint pts[]) { in addLine() function in SkBasicEdgeBuilder
133 void SkAnalyticEdgeBuilder::addLine(const SkPoint pts[]) { in addLine() function in SkAnalyticEdgeBuilder
DSkGlyph.cpp200 auto addLine = [&expandGap, &pts](SkScalar offset) { in calculate_path_gap() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DDataDrivenTestHelper.java63 protected DataDrivenTestHelper addLine(List<String> arguments, String commentBase) { in addLine() method in DataDrivenTestHelper
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDataDrivenTestHelper.java62 protected DataDrivenTestHelper addLine(List<String> arguments, String commentBase) { in addLine() method in DataDrivenTestHelper
/third_party/icu/icu4c/source/samples/layout/
Dparagraph.cpp182 void Paragraph::addLine(const ParagraphLayout::Line *line) in addLine() function in Paragraph
Dpflow.c271 static void addLine(pf_object *obj, pl_line *line) in addLine() function
/third_party/skia/third_party/externals/icu/source/samples/layout/
Dparagraph.cpp182 void Paragraph::addLine(const ParagraphLayout::Line *line) in addLine() function in Paragraph
Dpflow.c269 static void addLine(pf_object *obj, pl_line *line) in addLine() function
/third_party/skia/modules/skparagraph/src/
DTextWrapper.cpp294 const AddLineToParagraph& addLine) { in moveForward()
DParagraphImpl.cpp936 TextLine& ParagraphImpl::addLine(SkVector offset, in addLine() function in skia::textlayout::ParagraphImpl
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dreflow.py536 def addLine(self, line): member in ReflowState
/third_party/skia/tools/gpu/gl/interface/
Dgen_interface.go261 func addLine(str, line string) string { func
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sLongShaderTests.cpp303 void LongShaderGenerator::addLine (const std::string& text) in addLine() function in deqp::gles3::Stress::__anone7c27f3b0111::LongShaderGenerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h331 void addLine(uint32_t N) { Lines.push_back(N); } in addLine() function
/third_party/icu/tools/unicode/c/genprops/
Dnamespropsbuilder.cpp981 addLine(UChar32 code, const char *names[], int16_t lengths[], int16_t count) { in addLine() function
/third_party/skia/src/gpu/ops/
DDefaultPathRenderer.cpp93 void addLine(const SkPoint pts[]) { in addLine() function in __anoncbcfd3c70111::PathGeoBuilder
/third_party/skia/experimental/sktext/src/
DText.cpp454 void ShapedText::addLine(WrappedText* wrappedText, SkUnicode* unicode, Stretch& stretch, Stretch& s… in addLine() function in skia::text::ShapedText
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp254 void addLine(uint32_t Line) { in addLine() function in __anon87447bb50311::GCOVLines
/third_party/glslang/SPIRV/
DSpvBuilder.cpp126 void Builder::addLine(Id fileName, int lineNum, int column) in addLine() function in spv::Builder