Searched refs:GetIndex (Results 1 - 25 of 40) sorted by last modified time

12

/external/skia/samplecode/
H A DSampleFatBits.cpp384 static int GetIndex(SkView::Click* click) { function in class:IndexClick
504 int index = IndexClick::GetIndex(click);
/external/skia/src/ports/
H A DSkFontMgr_win_dw.cpp559 UINT32 faceIndex = fontFace->GetIndex();
H A DSkRemotableFontMgr_win_dw.cpp159 fontId->fTtcIndex = fontFace->GetIndex();
H A DSkTypeface_win_dw.cpp206 *ttcIndex = fDWriteFontFace->GetIndex();
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h62 int GetIndex(const CFX_ByteString& csName) const;
715 int GetIndex(CPDF_Annot* pAnnot);
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h741 void** GetIndex(int seg_index) const;
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_action.cpp361 return name_tree.GetIndex(csName);
H A Ddoc_annot.cpp131 int CPDF_AnnotList::GetIndex(CPDF_Annot* pAnnot) function in class:CPDF_AnnotList
H A Ddoc_basic.cpp200 int CPDF_NameTree::GetIndex(const CFX_ByteString& csName) const function in class:CPDF_NameTree
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_array.cpp222 void** pIndex = GetIndex(seg_index);
267 void** CFX_BaseSegmentedArray::GetIndex(int seg_index) const function in class:CFX_BaseSegmentedArray
335 return (FX_LPBYTE)GetIndex(seg_index)[seg_index % m_IndexSize] + (index % m_SegmentSize) * m_UnitSize;
355 void** pIndex = GetIndex(i);
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DDWrite.h1006 STDMETHOD_(UINT32, GetIndex)() PURE;
/external/lzma/CPP/7zip/Compress/
H A DBcj2Coder.cpp14 inline unsigned GetIndex(Byte b0, Byte b1) { return ((b1 == 0xE8) ? b0 : ((b1 == 0xE9) ? 256 : 257)); } function in namespace:NCompress::NBcj2
214 unsigned index = GetIndex(prevByte, b);
347 unsigned index = GetIndex(prevByte, b);
/external/lldb/include/lldb/Target/
H A DThreadSpec.h67 GetIndex () const function in class:lldb_private::ThreadSpec
/external/lldb/source/API/
H A DSBBreakpoint.cpp406 thread_idx = thread_spec->GetIndex();
/external/lldb/source/Breakpoint/
H A DBreakpoint.cpp226 if (m_options.GetThreadSpec()->GetIndex() == index)
239 return m_options.GetThreadSpecNoCreate()->GetIndex();
H A DBreakpointLocation.cpp149 return GetOptionsNoCreate()->GetThreadSpecNoCreate()->GetIndex();
/external/lldb/source/Target/
H A DThreadSpec.cpp145 if (GetIndex() != UINT32_MAX)
146 s->Printf("index: %d ", GetIndex());
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp5937 assert(pCluster->GetIndex() >= 0);
5948 Cluster** const i = clusters + pCluster->GetIndex();
5970 assert(pCluster->GetIndex() >= 0);
5971 assert(pCluster->GetIndex() == long(mid - m_pSegment->m_clusters));
6248 assert(pCluster->GetIndex() >= 0);
6259 Cluster** const i = clusters + pCluster->GetIndex();
6281 assert(pCluster->GetIndex() >= 0);
6282 assert(pCluster->GetIndex() == long(mid - m_pSegment->m_clusters));
7953 long Cluster::GetIndex() const
8611 size_t idx = pCurr->GetIndex();
[all...]
H A Dmkvparser.hpp141 long GetIndex() const;
935 long GetIndex() const;
/external/libvpx/libwebm/
H A Dmkvparser.cpp5185 assert(pCluster->GetIndex() >= 0);
5196 Cluster** const i = clusters + pCluster->GetIndex();
5217 assert(pCluster->GetIndex() >= 0);
5218 assert(pCluster->GetIndex() == long(mid - m_pSegment->m_clusters));
5441 assert(pCluster->GetIndex() >= 0);
5452 Cluster** const i = clusters + pCluster->GetIndex();
5473 assert(pCluster->GetIndex() >= 0);
5474 assert(pCluster->GetIndex() == long(mid - m_pSegment->m_clusters));
6914 long Cluster::GetIndex() const { return m_index; }
7498 size_t idx = pCurr->GetIndex();
[all...]
H A Dmkvparser.hpp128 long GetIndex() const;
817 long GetIndex() const;
/external/chromium_org/v8/src/
H A Dd8.cc811 int source_index = i::NativesCollection<i::D8>::GetIndex("d8");
H A Ddebug.cc831 !CompileDebuggerScript(isolate_, Natives::GetIndex("mirror")) ||
832 !CompileDebuggerScript(isolate_, Natives::GetIndex("debug"));
836 !CompileDebuggerScript(isolate_, Natives::GetIndex("liveedit"));
H A Dnatives-external.cc35 int GetIndex(const char* name) { function in class:v8::internal::NativesStore
159 int NativesCollection<type>::GetIndex(const char* name) { function in class:v8::internal::NativesCollection
160 return NativesHolder<type>::get()->GetIndex(name);
H A Dnatives.h35 static int GetIndex(const char* name);

Completed in 5374 milliseconds

12