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

  /external/pdfium/xfa/fxfa/parser/
cxfa_box.cpp 281 XFA_AttributeEnum i3DType;
282 std::tie(i3DType, bVisible, fThickness) = Get3DStyle();
284 if (i3DType != XFA_AttributeEnum::Unknown) {
cxfa_rectangle.cpp 262 XFA_AttributeEnum i3DType;
263 std::tie(i3DType, bVisible, fThickness) = Get3DStyle();
264 if (i3DType != XFA_AttributeEnum::Unknown) {
268 switch (i3DType) {

Completed in 204 milliseconds