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

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTTextureAPI.h75 @param[in] nFormat
79 unsigned int PVRTTextureFormatGetBPP(const GLuint nFormat, const GLuint nType);
H A DPVRTTextureAPI.cpp272 unsigned int nFormat = 0, nType = 0, nBPP, nSize, nElW = 0, nElH = 0, nElD = 0; local
281 PVRTGetOGLES2TextureFormat(*pIn,nFormat,nFormat,nType);
1185 @Input nFormat
1189 unsigned int PVRTTextureFormatGetBPP(const GLuint nFormat, const GLuint nType) argument
1191 switch(nFormat)
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Edit.h75 void SetAlignFormatV(PWL_EDIT_ALIGNFORMAT_V nFormat = PEAV_TOP,
H A DPWL_Edit.cpp115 void CPWL_Edit::SetAlignFormatV(PWL_EDIT_ALIGNFORMAT_V nFormat, bool bPaint) { argument
116 m_pEdit->SetAlignmentV((int32_t)nFormat, bPaint);
/external/pdfium/core/fpdfdoc/
H A Dcpdf_variabletext.h93 void SetAlignment(int32_t nFormat) { m_nAlignment = nFormat; } argument
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_edit.h349 // Set the horizontal text alignment. (nFormat [0:left, 1:middle, 2:right])
350 void SetAlignmentH(int32_t nFormat, bool bPaint);
351 // Set the vertical text alignment. (nFormat [0:left, 1:middle, 2:right])
352 void SetAlignmentV(int32_t nFormat, bool bPaint);
H A Dfxet_edit.cpp896 void CFX_Edit::SetAlignmentH(int32_t nFormat, bool bPaint) { argument
897 m_pVT->SetAlignment(nFormat);
902 void CFX_Edit::SetAlignmentV(int32_t nFormat, bool bPaint) { argument
903 m_nAlignment = nFormat;
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
H A DPVRTTextureAPI.cpp675 unsigned int nFormat = 0, nType = 0, nBPP, nSize, nElW = 0, nElH = 0, nElD = 0; local
684 PVRTGetOGLES3TextureFormat(*pIn,nFormat,nFormat,nType);
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp1532 NumberFormat *nFormat = NumberFormat::createInstance(en_US, status); local
1534 if (nFormat == NULL || U_FAILURE(status)) {
1541 nFormat->parse(testCase, n, status);
1552 nFormat->setLenient(TRUE);
1556 nFormat->parse(testCase, n, status);
1566 delete nFormat;

Completed in 246 milliseconds