HomeSort by relevance Sort by last modified time
    Searched defs:Stroke (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_stroke.cpp 97 return JSObject()->GetEnum(XFA_Attribute::Stroke);
152 bool CXFA_Stroke::SameStyles(CXFA_Stroke* stroke, uint32_t dwFlags) {
153 if (this == stroke)
155 if (fabs(GetThickness() - stroke->GetThickness()) >= 0.01f)
158 IsVisible() != stroke->IsVisible()) {
161 if (GetStrokeType() != stroke->GetStrokeType())
163 if (GetColor() != stroke->GetColor())
166 fabs(GetRadius() - stroke->GetRadius()) >= 0.01f) {
172 void CXFA_Stroke::Stroke(CXFA_GEPath* pPath,
cxfa_rectangle.cpp 253 Stroke(strokes, pGS, rtWidget, matrix);
256 void CXFA_Rectangle::Stroke(const std::vector<CXFA_Stroke*>& strokes,
323 CXFA_Stroke* stroke = strokes[i]; local
324 if ((i % 1) == 0 && stroke->GetRadius() < 0) {
327 if (stroke)
328 stroke->Stroke(&path, pGS, matrix);
336 bStart = !stroke->SameStyles(strokes[(i + 1) % 8], 0);
338 if (stroke)
339 stroke->Stroke(&path, pGS, matrix)
462 CXFA_Stroke* stroke = strokes[nIndex]; local
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 445 Stroke,

Completed in 63 milliseconds