OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CJX_Corner
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/fxjs/xfa/
cjx_corner.cpp
7
#include "fxjs/xfa/
cjx_corner
.h"
11
CJX_Corner
::
CJX_Corner
(CXFA_Corner* node) : CJX_Node(node) {}
13
CJX_Corner
::~
CJX_Corner
() = default;
15
void
CJX_Corner
::use(CFXJSE_Value* pValue,
21
void
CJX_Corner
::stroke(CFXJSE_Value* pValue,
27
void
CJX_Corner
::presence(CFXJSE_Value* pValue,
33
void
CJX_Corner
::inverted(CFXJSE_Value* pValue,
39
void
CJX_Corner
::thickness(CFXJSE_Value* pValue
[
all
...]
cjx_corner.h
14
class
CJX_Corner
: public CJX_Node {
16
explicit
CJX_Corner
(CXFA_Corner* node);
17
~
CJX_Corner
() override;
/external/pdfium/xfa/fxfa/parser/
cxfa_corner.cpp
9
#include "fxjs/xfa/
cjx_corner
.h"
45
pdfium::MakeUnique<
CJX_Corner
>(this)) {}
xfa_basic_data_element_script.cpp
34
#include "fxjs/xfa/
cjx_corner
.h"
[
all
...]
Completed in 124 milliseconds