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.h93 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/pdfwindow/
DPWL_Edit.cpp115 void CPWL_Edit::SetAlignFormatV(PWL_EDIT_ALIGNFORMAT_V nFormat, bool bPaint) { in SetAlignFormatV()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp896 void CFX_Edit::SetAlignmentH(int32_t nFormat, bool bPaint) { in SetAlignmentH()
902 void CFX_Edit::SetAlignmentV(int32_t nFormat, bool bPaint) { in SetAlignmentV()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp1532 NumberFormat *nFormat = NumberFormat::createInstance(en_US, status); in TestLenientParse() local