Home
last modified time | relevance | path

Searched refs:nRotate (Results 1 – 4 of 4) sorted by relevance

/external/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DMatrix.java114 nRotate(this.mNativeInstance, 1, 0, 0, rad); in rotateX()
124 nRotate(this.mNativeInstance, 0, 1, 0, rad); in rotateY()
134 nRotate(this.mNativeInstance, 0, 0, 1, rad); in rotateZ()
169 private static native void nRotate(long mNativeInstance, float x, float y, float z, float rad); in nRotate() method in Matrix
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp130 int nRotate = hWidget->GetNode()->GetRotate(); in GetPopupPos() local
134 switch (nRotate) { in GetPopupPos()
213 switch (nRotate) { in GetPopupPos()
/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp590 int32_t nRotate = in CalculatePositionedContainerPos() local
593 int32_t nAbsoluteAnchorType = nNextPos[nRotate][nAnchorType]; in CalculatePositionedContainerPos()
2035 int32_t nRotate = XFA_MapRotation( in DoLayoutField() local
2037 if (nRotate == 90 || nRotate == 270) in DoLayoutField()
/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.cpp970 int32_t nRotate = pMKDict ? pMKDict->GetIntegerFor("R") : 0; in GenerateFormAP() local
974 switch (nRotate % 360) { in GenerateFormAP()