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

  /external/pdfium/xfa/fxfa/
cxfa_ffline.h 24 XFA_AttributeEnum iHand,
cxfa_ffline.cpp 37 XFA_AttributeEnum iHand,
41 switch (iHand) {
54 switch (iHand) {
68 switch (iHand) {
  /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 59 milliseconds