Searched refs:Slope (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_line.cpp | 21 {XFA_Attribute::Slope, XFA_AttributeType::Enum, 50 return JSObject()->GetEnum(XFA_Attribute::Slope) == XFA_AttributeEnum::Slash; in GetSlope()
|
D | cxfa_node_statics.cpp | 799 {0xabef37e3 /* slope */, XFA_Attribute::Slope}, 2157 case XFA_Attribute::Slope: in AttributeToName()
|
D | xfa_basic_data_element_script.cpp | 3649 XFA_Attribute::Slope, XFA_ScriptType::Basic},
|
/external/pdfium/third_party/lcms/src/ |
D | cmsopt.c | 809 cmsFloat64Number Val, Slope, beta; in SlopeLimiting() local 821 Slope = (Val - BeginVal) / AtBegin; in SlopeLimiting() 822 beta = Val - Slope * AtBegin; in SlopeLimiting() 825 g ->Table16[i] = _cmsQuickSaturateWord(i * Slope + beta); in SlopeLimiting() 829 Slope = (EndVal - Val) / AtBegin; // AtBegin holds the X interval, which is same in both cases in SlopeLimiting() 830 beta = Val - Slope * AtEnd; in SlopeLimiting() 833 g ->Table16[i] = _cmsQuickSaturateWord(i * Slope + beta); in SlopeLimiting()
|
/external/pdfium/xfa/fxfa/ |
D | fxfa_basic.h | 529 Slope, enumerator
|