HomeSort by relevance Sort by last modified time
    Searched refs:pathRB (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_rectangle.cpp 372 CXFA_GEPath pathRB;
373 pathRB.MoveTo(CFX_PointF(fRight, rt.top));
374 pathRB.LineTo(CFX_PointF(fRight, fBottom));
375 pathRB.LineTo(CFX_PointF(rt.left, fBottom));
376 pathRB.LineTo(CFX_PointF(rt.left + fLineWidth, fBottom - fLineWidth));
377 pathRB.LineTo(CFX_PointF(fRight - fLineWidth, fBottom - fLineWidth));
378 pathRB.LineTo(CFX_PointF(fRight - fLineWidth, rt.top + fLineWidth));
379 pathRB.LineTo(CFX_PointF(fRight, rt.top));
381 pGraphic->FillPath(&pathRB, FXFILL_WINDING, &matrix);
  /external/pdfium/core/fxge/
cfx_renderdevice.cpp     [all...]

Completed in 893 milliseconds