Home
last modified time | relevance | path

Searched defs:nFormat (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTTextureAPI.cpp272 unsigned int nFormat = 0, nType = 0, nBPP, nSize, nElW = 0, nElH = 0, nElD = 0; in PVRTTextureTile() local
1189 unsigned int PVRTTextureFormatGetBPP(const GLuint nFormat, const GLuint nType) in PVRTTextureFormatGetBPP()
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h80 void SetAlignment(int32_t nFormat) { m_nAlignment = nFormat; } in SetAlignment()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
DPVRTTextureAPI.cpp675 unsigned int nFormat = 0, nType = 0, nBPP, nSize, nElW = 0, nElH = 0, nElD = 0; in PVRTTextureTile() local
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp121 void CPWL_Edit::SetAlignFormatV(PWL_EDIT_ALIGNFORMAT_V nFormat, bool bPaint) { in SetAlignFormatV()
Dcpwl_edit_impl.cpp589 void CPWL_EditImpl::SetAlignmentH(int32_t nFormat, bool bPaint) { in SetAlignmentH()
595 void CPWL_EditImpl::SetAlignmentV(int32_t nFormat, bool bPaint) { in SetAlignmentV()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp1237 NumberFormat *nFormat = NumberFormat::createInstance(en_US, status); in TestLenientParse() local