Searched refs:pEntry (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formcontrol.cpp338 CPDF_Array* pEntry = m_pDict->GetArray(csEntry);
339 if (!pEntry)
343 FX_DWORD dwCount = pEntry->GetCount();
346 FX_FLOAT g = pEntry->GetNumber(0) * 255;
350 FX_FLOAT r = pEntry->GetNumber(0) * 255;
351 FX_FLOAT g = pEntry->GetNumber(1) * 255;
352 FX_FLOAT b = pEntry->GetNumber(2) * 255;
356 FX_FLOAT c = pEntry->GetNumber(0);
357 FX_FLOAT m = pEntry->GetNumber(1);
358 FX_FLOAT y = pEntry
388 CPDF_Array* pEntry = m_pDict->GetArray(csEntry); local
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_cache.cpp87 CPDF_ImageCacheEntry* pEntry; local
91 pEntry = it->second;
93 pEntry = new CPDF_ImageCacheEntry(m_pPage->m_pDocument, pStream);
96 FX_BOOL bAlreadyCached = pEntry->GetCachedBitmap(
101 m_ImageCache[pStream] = pEntry;
104 m_nCacheSize += pEntry->EstimateSize();
150 CPDF_ImageCacheEntry* pEntry; local
155 pEntry = new CPDF_ImageCacheEntry(m_pPage->m_pDocument, pStream);
156 m_ImageCache[pStream] = pEntry;
158 pEntry
[all...]
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp1541 Entry* pEntry = m_entries;
1557 if (ParseEntry(pReader, pos, size, pEntry)) {
1558 Entry& e = *pEntry++;
1578 ptrdiff_t count_ = ptrdiff_t(pEntry - m_entries);
1734 Entry* pEntry) {
1781 pEntry->id = ReadUInt(pReader, pos, len); // payload
1783 if (pEntry->id <= 0)
1814 pEntry->pos = UnserializeUInt(pReader, pos, seekPosSize);
1816 if (pEntry->pos < 0)
6412 long Cluster::GetEntry(long index, const mkvparser::BlockEntry*& pEntry) cons
1733 ParseEntry(IMkvReader* pReader, long long start, long long size_, Entry* pEntry) argument
6753 const BlockEntry* pEntry; local
6770 const BlockEntry* pEntry; local
[all...]
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.cc1540 Entry* pEntry = m_entries;
1556 if (ParseEntry(pReader, pos, size, pEntry)) {
1557 Entry& e = *pEntry++;
1577 ptrdiff_t count_ = ptrdiff_t(pEntry - m_entries);
1733 Entry* pEntry) {
1780 pEntry->id = ReadUInt(pReader, pos, len); // payload
1782 if (pEntry->id <= 0)
1813 pEntry->pos = UnserializeUInt(pReader, pos, seekPosSize);
1815 if (pEntry->pos < 0)
6630 long Cluster::GetEntry(long index, const mkvparser::BlockEntry*& pEntry) cons
1732 ParseEntry(IMkvReader* pReader, long long start, long long size_, Entry* pEntry) argument
6971 const BlockEntry* pEntry; local
6988 const BlockEntry* pEntry; local
[all...]
/external/c-ares/
H A Dares_init.c625 IP_ADAPTER_ADDRESSES *pEntry = NULL; local
670 for( pEntry = pFirstEntry ; pEntry != NULL ; pEntry = pEntry->Next )
672 IP_ADAPTER_DNS_SERVER_ADDRESS* pDNSAddr = pEntry->FirstDnsServerAddress;
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp504 char* pEntry = &buf[i * recordsize]; local
505 if (pEntry[17] == 'f') {
509 int32_t offset = FXSYS_atoi(pEntry);
512 if (!std::isdigit(pEntry[c]))
517 int32_t version = FXSYS_atoi(pEntry + 11);
586 char* pEntry = &buf[i * recordsize]; local
587 if (pEntry[17] == 'f') {
591 FX_FILESIZE offset = (FX_FILESIZE)FXSYS_atoi64(pEntry);
594 if (!std::isdigit(pEntry[c]))
599 int32_t version = FXSYS_atoi(pEntry
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c26046 /* Link pNew element into the hash table pH. If pEntry!=0 then also
26047 ** insert pNew into the pEntry hash bucket.
26051 struct _ht *pEntry, /* The entry into which pNew is inserted */
26054 HashElem *pHead; /* First element already in pEntry */
26055 if( pEntry ){
26056 pHead = pEntry->count ? pEntry->chain : 0;
26057 pEntry->count++;
26058 pEntry->chain = pNew;
26133 struct _ht *pEntry; local
26049 insertElement( Hash *pH, struct _ht *pEntry, HashElem *pNew ) argument
26162 struct _ht *pEntry; local
42470 struct RowSetEntry *pEntry; /* List of entries using pRight */ member in struct:RowSet
42564 struct RowSetEntry *pEntry; /* The new entry */ local
143824 fts3HashInsertElement( Fts3Hash *pH, struct _fts3ht *pEntry, Fts3HashElem *pNew ) argument
143889 struct _fts3ht *pEntry = &pH->ht[h]; local
143911 struct _fts3ht *pEntry; local
172401 Fts5HashEntry *pEntry = pIter; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c26046 /* Link pNew element into the hash table pH. If pEntry!=0 then also
26047 ** insert pNew into the pEntry hash bucket.
26051 struct _ht *pEntry, /* The entry into which pNew is inserted */
26054 HashElem *pHead; /* First element already in pEntry */
26055 if( pEntry ){
26056 pHead = pEntry->count ? pEntry->chain : 0;
26057 pEntry->count++;
26058 pEntry->chain = pNew;
26133 struct _ht *pEntry; local
26049 insertElement( Hash *pH, struct _ht *pEntry, HashElem *pNew ) argument
26162 struct _ht *pEntry; local
42488 struct RowSetEntry *pEntry; /* List of entries using pRight */ member in struct:RowSet
42582 struct RowSetEntry *pEntry; /* The new entry */ local
143854 fts3HashInsertElement( Fts3Hash *pH, struct _fts3ht *pEntry, Fts3HashElem *pNew ) argument
143919 struct _fts3ht *pEntry = &pH->ht[h]; local
143941 struct _fts3ht *pEntry; local
172431 Fts5HashEntry *pEntry = pIter; local
[all...]

Completed in 571 milliseconds