Home
last modified time | relevance | path

Searched refs:kLines (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/modules/skunicode/src/
H A DSkUnicode_icu.cpp107 case SkUnicode::BreakType::kLines: return UBRK_LINE; in convertType()
267 int s = type == SkUnicode::BreakType::kLines in extractPositions()
274 if (type == SkUnicode::BreakType::kLines) { in extractPositions()
388 SkUnicode_icu::extractPositions(utf8, utf8Units, BreakType::kLines, [&](int pos,
471 SkUnicode::BreakType::kLines,
/third_party/skia/modules/skottie/src/text/
H A DRangeSelector.h36 kLines, // domain indices map to line indices member in skottie::internal::final::Domain
H A DRangeSelector.cpp95 case RangeSelector::Domain::kLines: in CoverageProcessor()
265 Domain::kLines, // 'b': 4 in Make()
/third_party/skia/src/gpu/ops/
H A DDefaultPathRenderer.cpp207 return GrPrimitiveType::kLines == fPrimitiveType || in isIndexed()
211 return GrPrimitiveType::kLines == fPrimitiveType || in isHairline()
216 case GrPrimitiveType::kLines: in indexScale()
456 return isIndexed ? GrPrimitiveType::kLines : GrPrimitiveType::kLineStrip; in primType()
H A DDrawVerticesOp.cpp255 GrPrimitiveType::kLines == fPrimitiveType || in combinablePrimitive()
631 case GrPrimitiveType::kLines:
646 case GrPrimitiveType::kLines:
692 GrPrimitiveType::kLines,
H A DTriangulatingPathRenderer.cpp413 GrPrimitiveType primitiveType = TRIANGULATOR_WIREFRAME ? GrPrimitiveType::kLines
/third_party/skia/gm/
H A Ddashing.cpp593 } kLines[] = {{{0.5f, 0.5f}, {30.5f, 0.5f}}, // horizontal in DEF_SIMPLE_GM() local
601 for (const auto& line : kLines) { in DEF_SIMPLE_GM()
604 for (const auto& line : kLines) { in DEF_SIMPLE_GM()
/third_party/skia/modules/skunicode/include/
H A DSkUnicode.h112 kLines
/third_party/skia/include/private/
H A DGrTypesPriv.h46 kLines, // 1 pix wide only member in GrPrimitiveType
54 return GrPrimitiveType::kLines == type || GrPrimitiveType::kLineStrip == type; in GrIsPrimTypeLines()
/third_party/skia/src/gpu/d3d/
H A DGrD3DOpsRenderPass.cpp125 case GrPrimitiveType::kLines: in set_primitive_topology()
H A DGrD3DPipelineStateBuilder.cpp487 case GrPrimitiveType::kLines: // fall through in gr_primitive_type_to_d3d()
/third_party/skia/src/gpu/vk/
H A DGrVkPipeline.cpp158 case GrPrimitiveType::kLines: in gr_primitive_type_to_vk_topology()
/third_party/skia/src/gpu/dawn/
H A DGrDawnProgramBuilder.cpp140 case GrPrimitiveType::kLines: in to_dawn_primitive_topology()
/third_party/skia/src/gpu/v1/
H A DDevice.cpp66 return GrPrimitiveType::kLines; in point_mode_to_primitive_type()
/third_party/skia/experimental/sktext/src/
H A DText.cpp51 this->fUnicode->forEachBreak((char16_t*)utf16.data(), utf16.size(), SkUnicode::BreakType::kLines, in initialize()
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp935 auto lineIter = unicode->makeBreakIterator(lname.c_str(), SkUnicode::BreakType::kLines);
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp2352 case GrPrimitiveType::kLines: in prepareToDraw()

Completed in 31 milliseconds