Home
last modified time | relevance | path

Searched defs:nEndLine (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp546 int nEndLine = 0; in Parse() local
1143 bool CPVRTPFXParser::ParseHeader(int nStartLine, int nEndLine, CPVRTString * const pReturnError) in ParseHeader()
1218 bool CPVRTPFXParser::ParseGenericSurface(int nStartLine, int nEndLine, SPVRTPFXParserTexture& Param… in ParseGenericSurface()
1482 bool CPVRTPFXParser::ParseTexture(int nStartLine, int nEndLine, CPVRTString * const pReturnError) in ParseTexture()
1674 bool CPVRTPFXParser::ParseTarget(int nStartLine, int nEndLine, CPVRTString * const pReturnError) in ParseTarget()
1794 bool CPVRTPFXParser::ParseTextures(int nStartLine, int nEndLine, CPVRTString * const pReturnError) in ParseTextures()
2059 bool CPVRTPFXParser::ParseShader(int nStartLine, int nEndLine, CPVRTString * const pReturnError, SP… in ParseShader()
2404 …r::ParseEffect(SPVRTPFXParserEffect &effect, const int nStartLine, const int nEndLine, CPVRTString… in ParseEffect()
/external/pdfium/xfa/fde/
Dcfde_txtedtpage.cpp253 int32_t nEndLine = std::min((nStartLine + nPageLineCount - 1), in LoadPage() local