Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_coordinates.h63 class CFX_STemplate {
65 CFX_STemplate() : width(0), height(0) {} in CFX_STemplate() function
67 CFX_STemplate(BaseType new_width, BaseType new_height) in CFX_STemplate() function
70 CFX_STemplate(const CFX_STemplate& other) in CFX_STemplate() function
74 CFX_STemplate<OtherType> As() const { in As()
75 return CFX_STemplate<OtherType>(static_cast<OtherType>(width), in As()
83 CFX_STemplate& operator=(const CFX_STemplate& other) {
90 bool operator==(const CFX_STemplate& other) const {
93 bool operator!=(const CFX_STemplate& other) const {
96 CFX_STemplate& operator+=(const CFX_STemplate<BaseType>& obj) {
[all …]