Searched refs:strokes (Results 1 – 25 of 128) 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() 126 std::vector<CXFA_Stroke*> strokes = GetStrokesInternal(true); in Get3DStyle() local 130 std::tie(iType, stroke) = Style3D(strokes); in Get3DStyle() 138 std::vector<CXFA_Stroke*> strokes; in GetStrokesInternal() local 139 strokes.resize(8); in GetStrokesInternal() 153 strokes[j] = corner; in GetStrokesInternal() [all …]
|
D | cxfa_rectangle.cpp | 66 void CXFA_Rectangle::GetFillPath(const std::vector<CXFA_Stroke*>& strokes, in GetFillPath() argument 70 CXFA_Stroke* stroke1 = strokes[0]; in GetFillPath() 72 CXFA_Stroke* stroke2 = strokes[i]; in GetFillPath() 81 stroke1 = strokes[0]; in GetFillPath() 83 CXFA_Stroke* stroke2 = strokes[i]; in GetFillPath() 92 stroke1 = strokes[0]; in GetFillPath() 113 auto* corner1 = static_cast<CXFA_Corner*>(strokes[i]); in GetFillPath() 114 auto* corner2 = static_cast<CXFA_Corner*>(strokes[(i + 2) % 8]); in GetFillPath() 200 void CXFA_Rectangle::Draw(const std::vector<CXFA_Stroke*>& strokes, in Draw() argument 206 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, 41 void Stroke(const std::vector<CXFA_Stroke*>& strokes, 67 void GetPath(const std::vector<CXFA_Stroke*>& strokes,
|
D | cxfa_box.h | 61 void DrawFill(const std::vector<CXFA_Stroke*>& strokes,
|
/external/icu/icu4c/source/data/lang/ |
D | root.txt | 18 strokes{ 19 other{"{0} strokes"}
|
D | sah.txt | 96 strokes{
|
D | chr.txt | 552 strokes{
|
D | as.txt | 556 strokes{
|
D | be.txt | 568 strokes{
|
D | mn.txt | 551 strokes{
|
D | km.txt | 549 strokes{
|
D | ky.txt | 553 strokes{
|
D | kk.txt | 559 strokes{
|
D | si.txt | 562 strokes{
|
D | ps.txt | 545 strokes{
|
D | my.txt | 594 strokes{
|
D | hy.txt | 634 strokes{
|
D | pa.txt | 577 strokes{
|
D | ur.txt | 646 strokes{
|
/external/tensorflow/tensorflow/docs_src/tutorials/ |
D | index.md | 32 pen strokes.
|
D | recurrent_quickdraw.md | 9 user input, given as a sequence of strokes of points in x and y, and recognizes 19 tutorial. The input is a drawing that is encoded as a sequence of strokes of 169 using a function that converts the strokes from the `drawing` field into a
|
/external/libxml2/result/ |
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
|
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
|
/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/pdfium/xfa/fxfa/ |
D | cxfa_widgetacc.cpp | 322 float GetEdgeThickness(const std::vector<CXFA_Stroke*>& strokes, in GetEdgeThickness() argument 327 CXFA_Stroke* stroke = strokes[nIndex * 2 + 1]; in GetEdgeThickness() 1532 std::vector<CXFA_Stroke*> strokes = border->GetStrokes(); in GetUIMargin() local 1534 top = GetEdgeThickness(strokes, bVisible, 0); in GetUIMargin() 1536 right = GetEdgeThickness(strokes, bVisible, 1); in GetUIMargin() 1538 bottom = GetEdgeThickness(strokes, bVisible, 2); in GetUIMargin() 1540 left = GetEdgeThickness(strokes, bVisible, 3); in GetUIMargin()
|
123456