Home
last modified time | relevance | path

Searched refs:nFormat (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTTextureAPI.h79 unsigned int PVRTTextureFormatGetBPP(const GLuint nFormat, const GLuint nType);
DPVRTTextureAPI.cpp272 unsigned int nFormat = 0, nType = 0, nBPP, nSize, nElW = 0, nElH = 0, nElD = 0; in PVRTTextureTile() local
281 PVRTGetOGLES2TextureFormat(*pIn,nFormat,nFormat,nType); in PVRTTextureTile()
1189 unsigned int PVRTTextureFormatGetBPP(const GLuint nFormat, const GLuint nType) in PVRTTextureFormatGetBPP() argument
1191 switch(nFormat) in PVRTTextureFormatGetBPP()
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h93 void SetAlignment(int32_t nFormat) { m_nAlignment = nFormat; } in SetAlignment() argument
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Edit.h75 void SetAlignFormatV(PWL_EDIT_ALIGNFORMAT_V nFormat = PEAV_TOP,
DPWL_Edit.cpp115 void CPWL_Edit::SetAlignFormatV(PWL_EDIT_ALIGNFORMAT_V nFormat, bool bPaint) { in SetAlignFormatV() argument
116 m_pEdit->SetAlignmentV((int32_t)nFormat, bPaint); in SetAlignFormatV()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.h350 void SetAlignmentH(int32_t nFormat, bool bPaint);
352 void SetAlignmentV(int32_t nFormat, bool bPaint);
Dfxet_edit.cpp896 void CFX_Edit::SetAlignmentH(int32_t nFormat, bool bPaint) { in SetAlignmentH() argument
897 m_pVT->SetAlignment(nFormat); in SetAlignmentH()
902 void CFX_Edit::SetAlignmentV(int32_t nFormat, bool bPaint) { in SetAlignmentV() argument
903 m_nAlignment = nFormat; in SetAlignmentV()
/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
684 PVRTGetOGLES3TextureFormat(*pIn,nFormat,nFormat,nType); in PVRTTextureTile()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp1532 NumberFormat *nFormat = NumberFormat::createInstance(en_US, status); in TestLenientParse() local
1534 if (nFormat == NULL || U_FAILURE(status)) { in TestLenientParse()
1541 nFormat->parse(testCase, n, status); in TestLenientParse()
1552 nFormat->setLenient(TRUE); in TestLenientParse()
1556 nFormat->parse(testCase, n, status); in TestLenientParse()
1566 delete nFormat; in TestLenientParse()