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

  /external/pdfium/xfa/fxfa/parser/
cxfa_box.cpp 226 float fHalf = fThickness / 2;
229 rtWidget.Inflate(fHalf, fHalf);
231 rtWidget.Deflate(fHalf, fHalf);
289 float fHalf = edge->GetThickness() / 2;
290 if (fHalf < 0) {
291 fHalf = 0;
296 rtWidget.Inflate(fHalf, fHalf);
    [all...]
cxfa_rectangle.cpp 216 float fHalf = fThickness / 2;
221 rtWidget.top -= fHalf;
222 rtWidget.height += fHalf;
224 rtWidget.top += fHalf;
225 rtWidget.height -= fHalf;
230 rtWidget.width += fHalf;
232 rtWidget.width -= fHalf;
237 rtWidget.height += fHalf;
239 rtWidget.height -= fHalf;
244 rtWidget.left -= fHalf;
    [all...]

Completed in 173 milliseconds