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

  /external/pdfium/xfa/fxfa/parser/
cxfa_box.cpp 227 XFA_AttributeEnum iHand = GetHand();
228 if (iHand == XFA_AttributeEnum::Left)
230 else if (iHand == XFA_AttributeEnum::Right)
294 XFA_AttributeEnum iHand = GetHand();
295 if (iHand == XFA_AttributeEnum::Left) {
297 } else if (iHand == XFA_AttributeEnum::Right) {
cxfa_rectangle.cpp 217 XFA_AttributeEnum iHand = GetHand();
220 if (iHand == XFA_AttributeEnum::Left) {
223 } else if (iHand == XFA_AttributeEnum::Right) {
229 if (iHand == XFA_AttributeEnum::Left) {
231 } else if (iHand == XFA_AttributeEnum::Right) {
236 if (iHand == XFA_AttributeEnum::Left) {
238 } else if (iHand == XFA_AttributeEnum::Right) {
243 if (iHand == XFA_AttributeEnum::Left) {
246 } else if (iHand == XFA_AttributeEnum::Right) {

Completed in 186 milliseconds