Home
last modified time | relevance | path

Searched refs:CFX_STemplate (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_coordinates.h62 class CFX_STemplate {
64 CFX_STemplate() : width(0), height(0) {} in CFX_STemplate() function
66 CFX_STemplate(BaseType new_width, BaseType new_height) in CFX_STemplate() function
69 CFX_STemplate(const CFX_STemplate& other) in CFX_STemplate() function
73 CFX_STemplate<OtherType> As() const { in As()
74 return CFX_STemplate<OtherType>(static_cast<OtherType>(width), in As()
82 CFX_STemplate operator=(const CFX_STemplate& other) {
89 bool operator==(const CFX_STemplate& other) const {
92 bool operator!=(const CFX_STemplate& other) const {
95 CFX_STemplate& operator+=(const CFX_STemplate<BaseType>& obj) {
[all …]