HomeSort by relevance Sort by last modified time
    Searched full:contentarea (Results 1 - 10 of 10) sorted by null

  /external/skia/src/gpu/
GrTextureAdjuster.cpp 17 const SkIRect& contentArea, uint32_t uniqueID,
19 : INHERITED(contentArea.width(), contentArea.height(),
26 SkASSERT(SkIRect::MakeWH(fOriginal->width(), fOriginal->height()).contains(contentArea));
27 if (contentArea.fLeft > 0 || contentArea.fTop > 0 ||
28 contentArea.fRight < fOriginal->width() || contentArea.fBottom < fOriginal->height()) {
29 fContentArea.set(contentArea);
56 const SkIRect* contentArea = this->contentAreaOrNull()
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_layoutpagemgr.cpp 295 if (pPageArea->GetFirstChildByClass(XFA_Element::ContentArea))
313 CXFA_Node* pContentArea = pPageArea->GetChild(0, XFA_Element::ContentArea);
316 XFA_Element::ContentArea);
656 XFA_Element::ContentArea) {
679 XFA_Element::ContentArea) {
699 XFA_Element::ContentArea) {
704 XFA_Element::ContentArea) {
748 if (pTarget && pTarget->GetElementType() != XFA_Element::ContentArea)
    [all...]
cscript_layoutpseudomodel.cpp 227 if (wsType == L"contentArea") {
230 if (pItem->m_pFormNode->GetElementType() == XFA_Element::ContentArea) {
243 if (pItem->m_pFormNode->GetElementType() == XFA_Element::ContentArea) {
304 if (pItem->m_pFormNode->GetElementType() == XFA_Element::ContentArea) {
cxfa_layoutitem.cpp 89 XFA_Element::ContentArea) {
xfa_basic_data_enum.cpp 101 {0x3ecead94, L"contentArea", XFA_ATTRIBUTEENUM_ContentArea},
xfa_basic_data.cpp 214 {0x3ecead94, L"contentArea", XFA_Element::ContentArea,
    [all...]
xfa_document_datamerger_imp.cpp     [all...]
xfa_layout_itemlayout.cpp     [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 714 ContentArea,
  /external/pdfium/xfa/fxfa/app/
xfa_ffnotify.cpp 95 if (eType == XFA_Element::ContentArea)

Completed in 4880 milliseconds