Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
fpdf_cmaps.cpp File Reference

(acbcf08a6dffdfe90a6eaf661fcd6923f0de2447)

#include "core/fpdfapi/cmaps/fpdf_cmaps.h"
#include <algorithm>
#include "third_party/base/check.h"
+ Include dependency graph for fpdf_cmaps.cpp:

Go to the source code of this file.

Namespaces

namespace  fxcmap
 

Functions

uint16_t fxcmap::CIDFromCharCode (const CMap *pMap, uint32_t charcode)
 
uint32_t fxcmap::CharCodeFromCID (const CMap *pMap, uint16_t cid)
 

Variable Documentation

◆ cid

uint16_t cid

Definition at line 19 of file fpdf_cmaps.cpp.

Referenced by fxcmap::CharCodeFromCID().

◆ code

uint16_t code

Definition at line 18 of file fpdf_cmaps.cpp.

Referenced by fxcmap::CharCodeFromCID(), and fxcmap::CIDFromCharCode().

◆ high

uint16_t high

Definition at line 24 of file fpdf_cmaps.cpp.

Referenced by fxcmap::CharCodeFromCID(), and fxcmap::CIDFromCharCode().

◆ low

uint16_t low

Definition at line 23 of file fpdf_cmaps.cpp.

Referenced by fxcmap::CharCodeFromCID().