HomeSort by relevance Sort by last modified time
    Searched defs:CPDF_CharPosList (Results 1 - 2 of 2) 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"
13 CPDF_CharPosList::CPDF_CharPosList() {
18 CPDF_CharPosList::~CPDF_CharPosList() {
22 void CPDF_CharPosList::Load(const std::vector<uint32_t>& charCodes,

Completed in 116 milliseconds