Home
last modified time | relevance | path

Searched refs:strokes (Results 1 – 25 of 267) sorted by relevance

1234567891011

/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.cpp32 const std::vector<CXFA_Stroke*>& strokes) { in Style3D() argument
33 if (strokes.empty()) in Style3D()
36 CXFA_Stroke* stroke = strokes[0]; in Style3D()
37 for (size_t i = 1; i < strokes.size(); i++) { in Style3D()
38 CXFA_Stroke* find = strokes[i]; in Style3D()
130 std::vector<CXFA_Stroke*> strokes = GetStrokesInternal(true); in Get3DStyle() local
134 std::tie(iType, stroke) = Style3D(strokes); in Get3DStyle()
142 std::vector<CXFA_Stroke*> strokes; in GetStrokesInternal() local
143 strokes.resize(8); in GetStrokesInternal()
157 strokes[j] = corner; in GetStrokesInternal()
[all …]
Dcxfa_rectangle.cpp77 void CXFA_Rectangle::GetFillPath(const std::vector<CXFA_Stroke*>& strokes, in GetFillPath() argument
81 CXFA_Stroke* stroke1 = strokes[0]; in GetFillPath()
83 CXFA_Stroke* stroke2 = strokes[i]; in GetFillPath()
92 stroke1 = strokes[0]; in GetFillPath()
94 CXFA_Stroke* stroke2 = strokes[i]; in GetFillPath()
104 stroke1 = strokes[0]; in GetFillPath()
126 CXFA_Stroke* corner1 = strokes[i]; in GetFillPath()
127 CXFA_Stroke* corner2 = strokes[(i + 2) % 8]; in GetFillPath()
224 void CXFA_Rectangle::Draw(const std::vector<CXFA_Stroke*>& strokes, in Draw() argument
230 if (strokes[j * 2 + 1]->IsVisible()) { in Draw()
[all …]
Dcxfa_rectangle.h22 void GetFillPath(const std::vector<CXFA_Stroke*>& strokes,
25 void Draw(const std::vector<CXFA_Stroke*>& strokes,
41 void Stroke(const std::vector<CXFA_Stroke*>& strokes,
67 void GetPath(const std::vector<CXFA_Stroke*>& strokes,
Dcxfa_box.h59 void DrawFill(const std::vector<CXFA_Stroke*>& strokes,
/external/cronet/third_party/icu/source/data/lang/
Droot.txt16 strokes{
17 other{"{0} strokes"}
Dsah.txt96 strokes{
Dky.txt630 strokes{
Dnn.txt240 strokes{
Das.txt636 strokes{
Dps.txt629 strokes{
Dsi.txt643 strokes{
/external/icu/icu4c/source/data/lang/
Droot.txt16 strokes{
17 other{"{0} strokes"}
Dsah.txt96 strokes{
Dky.txt630 strokes{
Dnn.txt240 strokes{
Dpa.txt651 strokes{
/external/google-fonts/coming-soon/
DMETADATA2 …handwriting from mom when she was in 6th grade. Solid balance, masterful strokes, and just a touch…
/external/autotest/client/site_tests/graphics_HwOverlays/
Dcontrol.canvas2DLowLatency19 and drawing a few strokes) and inspects the amount of hardware overlays
Dcontrol.SkiaRenderer.canvas2DLowLatency19 and drawing a few strokes) and inspects the amount of hardware overlays
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/
Dneural_stylus_palm_detection_filter.cc685 std::stringstream strokes; in operator <<() local
686 strokes << filter.strokes_; in operator <<()
687 out << addLinePrefix(strokes.str(), " ") << "\n"; in operator <<()
/external/skia/tools/viewer/
DVariableWidthStrokerSlide.cpp526 const auto appendStrokes = [this](const OffsetSegments& strokes, bool needsMove) { in getFillPath() argument
528 fOuter.moveTo(strokes.fOuter.front().fPoints[0]); in getFillPath()
529 fInner.moveTo(strokes.fInner.front().fPoints[0]); in getFillPath()
532 for (const PathSegment& seg : strokes.fOuter) { in getFillPath()
536 for (const PathSegment& seg : strokes.fInner) { in getFillPath()
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/draft/
DGeneratePickerData.txt77 (Han .*):.*(CJK strokes|CJK radicals supplement) > $1:CJK Strokes
/external/libxml2/result/noent/
Dintsubset2.xml.sax297 for some of the rules applied when counting strokes in some of the
210 e.g. 3k11.2, where the kanji has 3 strokes in the
212 classification system, there are 11 other strokes, and it is
/external/libxml2/result/
Dintsubset2.xml.sax97 for some of the rules applied when counting strokes in some of the
210 e.g. 3k11.2, where the kanji has 3 strokes in the
212 classification system, there are 11 other strokes, and it is
Dintsubset2.xml.sax297 for some of the rules applied when counting strokes in some of the
210 e.g. 3k11.2, where the kanji has 3 strokes in the
212 classification system, there are 11 other strokes, and it is

1234567891011