Home
last modified time | relevance | path

Searched refs:nStartLine (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.h514 bool GetEndTag(const char *pszTagName, int nStartLine, int *pnEndLine);
550 bool ParseHeader(int nStartLine, int nEndLine, CPVRTString * const pReturnError);
561 bool ParseTextures(int nStartLine, int nEndLine, CPVRTString * const pReturnError);
571 bool ParseTexture(int nStartLine, int nEndLine, CPVRTString * const pReturnError);
581 bool ParseTarget(int nStartLine, int nEndLine, CPVRTString * const pReturnError);
596 …bool ParseGenericSurface(int nStartLine, int nEndLine, SPVRTPFXParserTexture& Params, CPVRTArray<C…
610 …bool ParseShader(int nStartLine, int nEndLine, CPVRTString *pReturnError, SPVRTPFXParserShader &sh…
620 …bool ParseSemantic(SPVRTPFXParserSemantic &semantic, const int nStartLine, CPVRTString * const pRe…
631 …bool ParseEffect(SPVRTPFXParserEffect &effect, const int nStartLine, const int nEndLine, CPVRTStri…
DPVRTPFXParser.cpp967 bool CPVRTPFXParser::GetEndTag(const char* pszTagName, int nStartLine, int *pnEndLine) in GetEndTag() argument
974 for(unsigned int i = nStartLine; i < m_psContext->nNumLines; i++) in GetEndTag()
1143 bool CPVRTPFXParser::ParseHeader(int nStartLine, int nEndLine, CPVRTString * const pReturnError) in ParseHeader() argument
1162 for(int i = nStartLine+1; i < nEndLine; i++) in ParseHeader()
1218 bool CPVRTPFXParser::ParseGenericSurface(int nStartLine, int nEndLine, SPVRTPFXParserTexture& Param… in ParseGenericSurface() argument
1274 for(int i = nStartLine+1; i < nEndLine; i++) in ParseGenericSurface()
1482 bool CPVRTPFXParser::ParseTexture(int nStartLine, int nEndLine, CPVRTString * const pReturnError) in ParseTexture() argument
1515 if(!ParseGenericSurface(nStartLine, nEndLine, TexDesc, KnownCmds, "TEXTURE", pReturnError)) in ParseTexture()
1519 for(int i = nStartLine+1; i < nEndLine; i++) in ParseTexture()
1605 …dStr("No NAME tag specified in [TEXTURE] on line %d\n", m_psContext->pnFileLineNumber[nStartLine]); in ParseTexture()
[all …]
/external/pdfium/xfa/fde/
Dcfde_txtedtpage.cpp252 int32_t nStartLine = nPageLineCount * m_nPageIndex; in LoadPage() local
253 int32_t nEndLine = std::min((nStartLine + nPageLineCount - 1), in LoadPage()
257 nBgnParag = m_pEditEngine->Line2Parag(0, 0, nStartLine, nStartLineInParag); in LoadPage()
261 m_pBgnParag->GetLineRange(nStartLine - nStartLineInParag, nPageStart, nTemp); in LoadPage()
Dcfde_txtedtengine.h84 int32_t& nStartLine) const;
Dcfde_txtedtengine.cpp713 int32_t& nStartLine) const { in Line2Parag()
725 nStartLine = nLineTotal - pParag->GetLineCount(); in Line2Parag()