Home
last modified time | relevance | path

Searched refs:m_Index (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp624 info2.m_Index = -1; in AddCharInfoByLRDirection()
629 info2.m_Index = m_TextBuf.GetLength(); in AddCharInfoByLRDirection()
653 info2.m_Index = -1; in AddCharInfoByRLDirection()
658 info2.m_Index = m_TextBuf.GetLength(); in AddCharInfoByRLDirection()
874 charinfo.m_Index = m_TextBuf.GetLength(); in ProcessMarkedContent()
901 std::swap(m_TempCharList[i].m_Index, m_TempCharList[j].m_Index); in SwapTempTextBuf()
1039 charinfo.m_Index = m_TextBuf.GetLength(); in ProcessTextObject()
1059 charinfo.m_Index = -1; in ProcessTextObject()
1112 charinfo.m_Index = m_TextBuf.GetLength(); in ProcessTextObject()
1395 info.m_Index = m_TextBuf.GetLength(); in GenerateCharInfo()
Dcpdf_textpage.h51 int m_Index = 0; variable
/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp50 CFX_FontMapper::StandardFont m_Index; member
776 *name = g_Base14FontNames[static_cast<size_t>(found->m_Index)]; in GetStandardFontName()
777 return found->m_Index; in GetStandardFontName()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.cpp416 m_Index = 0; in CHWTessellator()
431 delete [] m_Index; in ~CHWTessellator()
446 if( 0 == m_Index ) in Init()
448 m_Index = new int[MAX_INDEX_COUNT]; in Init()
1601 return m_Index; in GetIndices()
1626 m_Index[indexStorageOffset] = index; in DefineIndex()
Dtessellator.hpp193 int* m_Index; // array where we will store index topology member in CHWTessellator
/external/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp430 m_Index = 0; in CHWTessellator()
445 delete [] m_Index; in ~CHWTessellator()
460 if( 0 == m_Index ) in Init()
462 m_Index = new int[MAX_INDEX_COUNT]; in Init()
1615 return m_Index; in GetIndices()
1640 m_Index[indexStorageOffset] = index; in DefineIndex()
Dtessellator.hpp193 int* m_Index; // array where we will store index topology member in CHWTessellator