Searched refs:nFormat (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
D | PVRTTextureAPI.cpp | 272 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()
|
D | PVRTTextureAPI.h | 79 unsigned int PVRTTextureFormatGetBPP(const GLuint nFormat, const GLuint nType);
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_variabletext.h | 80 void SetAlignment(int32_t nFormat) { m_nAlignment = nFormat; } in SetAlignment() argument
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_impl.h | 260 void SetAlignmentH(int32_t nFormat, bool bPaint); 262 void SetAlignmentV(int32_t nFormat, bool bPaint);
|
D | cpwl_edit.h | 68 void SetAlignFormatV(PWL_EDIT_ALIGNFORMAT_V nFormat = PEAV_TOP,
|
D | cpwl_edit.cpp | 121 void CPWL_Edit::SetAlignFormatV(PWL_EDIT_ALIGNFORMAT_V nFormat, bool bPaint) { in SetAlignFormatV() argument 122 m_pEdit->SetAlignmentV((int32_t)nFormat, bPaint); in SetAlignFormatV()
|
D | cpwl_edit_impl.cpp | 589 void CPWL_EditImpl::SetAlignmentH(int32_t nFormat, bool bPaint) { in SetAlignmentH() argument 590 m_pVT->SetAlignment(nFormat); in SetAlignmentH() 595 void CPWL_EditImpl::SetAlignmentV(int32_t nFormat, bool bPaint) { in SetAlignmentV() argument 596 m_nAlignment = nFormat; in SetAlignmentV()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/ |
D | PVRTTextureAPI.cpp | 675 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/ |
D | numfmtst.cpp | 1237 NumberFormat *nFormat = NumberFormat::createInstance(en_US, status); in TestLenientParse() local 1239 if (nFormat == NULL || U_FAILURE(status)) { in TestLenientParse() 1246 nFormat->parse(testCase, n, status); in TestLenientParse() 1258 nFormat->setLenient(TRUE); in TestLenientParse() 1262 nFormat->parse(testCase, n, status); in TestLenientParse() 1273 delete nFormat; in TestLenientParse()
|