HomeSort by relevance Sort by last modified time
    Searched refs:FX_UINTPTR (Results 1 - 18 of 18) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_link.cpp 24 if (!m_PageMap.Lookup((FX_LPVOID)(FX_UINTPTR)objnum, (FX_LPVOID&)pPageLinkList)) {
29 m_PageMap.SetAt((FX_LPVOID)(FX_UINTPTR)objnum, pPageLinkList);
doc_ocg.cpp 184 return (FX_UINTPTR)bState != 0;
186 bState = (FX_LPVOID)(FX_UINTPTR)LoadOCGState(pOCGDict);
188 return (FX_UINTPTR)bState != 0;
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 312 if (bDirect && !visited->GetValueAt((void*)(FX_UINTPTR)obj_num)) {
313 visited->SetAt((void*)(FX_UINTPTR)obj_num, (void*)1);
    [all...]
fpdf_parser_document.cpp 375 if (m_IndirectObjs.Lookup((FX_LPVOID)(FX_UINTPTR)objnum, (FX_LPVOID&)pObj)) {
fpdf_parser_parser.cpp     [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_maps.cpp 46 return ((FX_DWORD)(FX_UINTPTR)key) >> 4;
463 return (FX_POSITION)(FX_UINTPTR)(i + 1);
473 int index = (int)(FX_UINTPTR)rNextPosition - 1;
482 rNextPosition = (FX_POSITION)(FX_UINTPTR)(index + 1);
494 int index = (int)(FX_UINTPTR)rNextPosition - 1;
502 rNextPosition = (FX_POSITION)(FX_UINTPTR)(index + 1);
617 FX_DWORD index = ((FX_DWORD)(FX_UINTPTR)pos) - 1;
625 pos = (FX_POSITION)((FX_UINTPTR)pos + 1);
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp     [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 926 if (!CFX_MapPtrToPtr::Lookup((void*)(FX_UINTPTR)key, pValue)) {
929 rValue = (ValueType)(FX_UINTPTR)pValue;
935 return (ValueType&)CFX_MapPtrToPtr::operator []((void*)(FX_UINTPTR)key);
940 CFX_MapPtrToPtr::SetAt((void*)(FX_UINTPTR)key, (void*)(FX_UINTPTR)newValue);
945 return CFX_MapPtrToPtr::RemoveKey((void*)(FX_UINTPTR)key);
953 rKey = (KeyType)(FX_UINTPTR)pKey;
954 rValue = (ValueType)(FX_UINTPTR)pValue;
    [all...]
fx_system.h 102 typedef FX_UINT64 FX_UINTPTR;
105 typedef unsigned int FX_UINTPTR;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 117 pInfo->m_CharCode = m_nChars == 1 ? (FX_DWORD)(FX_UINTPTR)m_pCharCodes : m_pCharCodes[index];
154 charcode = (FX_DWORD)(FX_UINTPTR)m_pCharCodes;
259 m_pCharCodes = (FX_DWORD*)(FX_UINTPTR)pFont->GetNextChar(pStrs[0], offset);
317 m_pCharCodes = (FX_DWORD*)(FX_UINTPTR)pCharCodes[0];
367 FX_DWORD charcode = m_nChars == 1 ? (FX_DWORD)(FX_UINTPTR)m_pCharCodes : m_pCharCodes[i];
411 FX_DWORD charcode = m_nChars == 1 ? (FX_DWORD)(FX_UINTPTR)m_pCharCodes : m_pCharCodes[i];
540 FX_DWORD charcode = m_nChars == 1 ? (FX_DWORD)(FX_UINTPTR)m_pCharCodes : m_pCharCodes[i];
592 m_pCharCodes = (FX_DWORD*)(FX_UINTPTR) * pCharCodes;
    [all...]
pageint.h 388 return (KeyType)(FX_UINTPTR)NULL;
fpdf_page_func.cpp 77 PDF_PSOP op = (PDF_PSOP)(FX_UINTPTR)m_Operators[i];
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 36 if(pSizeCache->m_GlyphMap.Lookup((FX_LPVOID)(FX_UINTPTR)charcode, (void*&)pGlyphBitmap)) {
40 pSizeCache->m_GlyphMap.SetAt((FX_LPVOID)(FX_UINTPTR)charcode, pGlyphBitmap);
548 FX_DWORD CharCode = nChars == 1 ? (FX_DWORD)(FX_UINTPTR)pCharCodes : pCharCodes[iChar];
631 pCharCodes = (FX_DWORD*)(FX_UINTPTR)charcode;
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp     [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 80 FX_DWORD charcode = pText->m_nChars == 1 ? (FX_DWORD)(FX_UINTPTR)pText->m_pCharCodes : pText->m_pCharCodes[i];
118 FX_DWORD charcode = pText->m_nChars == 1 ? (FX_DWORD)(FX_UINTPTR)pText->m_pCharCodes : pText->m_pCharCodes[i];
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 218 typedef Status (WINAPI *FuncType_GdiplusStartup)(OUT FX_UINTPTR *token, const GdiplusStartupInput *input, OUT GdiplusStartupOutput *output);
507 FX_UINTPTR gdiplusToken;
    [all...]
fx_win32_device.cpp 148 EnumFontFamiliesExA(m_hDC, &lf, (FONTENUMPROCA)FontEnumProc, (FX_UINTPTR)this, 0);
    [all...]

Completed in 538 milliseconds