Searched refs:strokes (Results 1 – 25 of 145) sorted by relevance
123456
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_box.cpp | 28 const std::vector<CXFA_Stroke*>& strokes) { in Style3D() argument 29 if (strokes.empty()) in Style3D() 32 CXFA_Stroke* stroke = strokes[0]; in Style3D() 33 for (size_t i = 1; i < strokes.size(); i++) { in Style3D() 34 CXFA_Stroke* find = strokes[i]; in Style3D() 124 std::vector<CXFA_Stroke*> strokes = GetStrokesInternal(true); in Get3DStyle() local 128 std::tie(iType, stroke) = Style3D(strokes); in Get3DStyle() 136 std::vector<CXFA_Stroke*> strokes; in GetStrokesInternal() local 137 strokes.resize(8); in GetStrokesInternal() 151 strokes[j] = corner; in GetStrokesInternal() [all …]
|
D | cxfa_rectangle.cpp | 64 void CXFA_Rectangle::GetFillPath(const std::vector<CXFA_Stroke*>& strokes, in GetFillPath() argument 68 CXFA_Stroke* stroke1 = strokes[0]; in GetFillPath() 70 CXFA_Stroke* stroke2 = strokes[i]; in GetFillPath() 79 stroke1 = strokes[0]; in GetFillPath() 81 CXFA_Stroke* stroke2 = strokes[i]; in GetFillPath() 90 stroke1 = strokes[0]; in GetFillPath() 111 CXFA_Stroke* corner1 = strokes[i]; in GetFillPath() 112 CXFA_Stroke* corner2 = strokes[(i + 2) % 8]; in GetFillPath() 198 void CXFA_Rectangle::Draw(const std::vector<CXFA_Stroke*>& strokes, in Draw() argument 204 if (strokes[j * 2 + 1]->IsVisible()) { in Draw() [all …]
|
D | cxfa_rectangle.h | 21 void GetFillPath(const std::vector<CXFA_Stroke*>& strokes, 24 void Draw(const std::vector<CXFA_Stroke*>& strokes, 40 void Stroke(const std::vector<CXFA_Stroke*>& strokes, 66 void GetPath(const std::vector<CXFA_Stroke*>& strokes,
|
D | cxfa_box.h | 60 void DrawFill(const std::vector<CXFA_Stroke*>& strokes,
|
/external/icu/icu4c/source/data/lang/ |
D | root.txt | 16 strokes{ 17 other{"{0} strokes"}
|
D | sah.txt | 96 strokes{
|
D | kok.txt | 573 strokes{
|
D | sd.txt | 567 strokes{
|
D | kk.txt | 564 strokes{
|
D | as.txt | 567 strokes{
|
D | ky.txt | 560 strokes{
|
D | ps.txt | 560 strokes{
|
D | chr.txt | 562 strokes{
|
D | mn.txt | 570 strokes{
|
D | km.txt | 559 strokes{
|
D | pa.txt | 591 strokes{
|
D | be.txt | 591 strokes{
|
D | my.txt | 606 strokes{
|
/external/autotest/client/site_tests/graphics_HwOverlays/ |
D | control.canvas2DLowLatency | 18 and drawing a few strokes) and inspects the amount of hardware overlays
|
D | control.SkiaRenderer.canvas2DLowLatency | 18 and drawing a few strokes) and inspects the amount of hardware overlays
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | GeneratePickerData.txt | 77 (Han .*):.*(CJK strokes|CJK radicals supplement) > $1:CJK Strokes
|
/external/skia/samplecode/ |
D | SampleVariableWidthStroker.cpp | 526 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/libxml2/result/noent/ |
D | intsubset2.xml.sax2 | 97 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/ |
D | intsubset2.xml.sax | 97 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
|
D | intsubset2.xml.sax2 | 97 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
|
123456