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

  /external/pdfium/core/fpdfapi/render/
cpdf_charposlist.h 17 class CPDF_CharPosList {
19 CPDF_CharPosList();
20 ~CPDF_CharPosList();
cpdf_charposlist.cpp 7 #include "core/fpdfapi/render/cpdf_charposlist.h"
12 CPDF_CharPosList::CPDF_CharPosList() {
17 CPDF_CharPosList::~CPDF_CharPosList() {
21 void CPDF_CharPosList::Load(const std::vector<uint32_t>& charCodes,
cpdf_textrenderer.cpp 12 #include "core/fpdfapi/render/cpdf_charposlist.h"
39 CPDF_CharPosList CharPosList;
122 CPDF_CharPosList CharPosList;
cpdf_renderstatus.cpp 37 #include "core/fpdfapi/render/cpdf_charposlist.h"
    [all...]

Completed in 6320 milliseconds