HomeSort by relevance Sort by last modified time
    Searched full:curvetype (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/cc/animation/
animation_curve.h 23 enum CurveType { Float, Transform, Filter };
28 virtual CurveType Type() const = 0;
43 virtual CurveType Type() const OVERRIDE;
53 virtual CurveType Type() const OVERRIDE;
63 virtual CurveType Type() const OVERRIDE;
animation_curve.cc 16 AnimationCurve::CurveType FloatAnimationCurve::Type() const {
26 AnimationCurve::CurveType TransformAnimationCurve::Type() const {
35 AnimationCurve::CurveType FilterAnimationCurve::Type() const {
  /external/chromium_org/third_party/qcms/src/
transform_util.h 50 float *build_input_gamma_table(struct curveType *TRC);
52 void build_output_lut(struct curveType *trc,
56 qcms_bool compute_precache(struct curveType *trc, uint8_t *output);
qcmsint.h 147 struct curveType {
177 struct curveType *a_curves[10];
178 struct curveType *b_curves[10];
179 struct curveType *m_curves[10];
240 struct curveType *redTRC;
241 struct curveType *blueTRC;
242 struct curveType *greenTRC;
243 struct curveType *grayTRC;
iccread.c 410 // This method is used when reading mAB tags where nested curveType are
412 static struct curveType *read_curveType(struct mem_source *src, uint32_t offset, uint32_t *len)
415 struct curveType *curve = NULL;
433 curve = malloc(sizeof(struct curveType) + sizeof(uInt16Number)*count);
452 curve = malloc(sizeof(struct curveType));
475 static struct curveType *read_tag_curveType(struct mem_source *src, struct tag_index index, uint32_t tag_id)
478 struct curveType *curve = NULL;
491 static void read_nested_curveType(struct mem_source *src, struct curveType *(*curveArray)[MAX_CHANNELS], uint8_t num_channels, uint32_t curve_offset)
500 invalid_source(src, "invalid nested curveType curve");
826 static struct curveType *curve_from_table(uint16_t *table, int num_entries
    [all...]
transform_util.c 253 float *build_input_gamma_table(struct curveType *TRC)
454 qcms_bool compute_precache(struct curveType *trc, uint8_t *output)
539 void build_output_lut(struct curveType *trc,
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
PathTraversalState.cpp 116 template<class CurveType>
117 static float curveLength(PathTraversalState& traversalState, CurveType curve)
121 Vector<CurveType> curveStack;
128 CurveType leftCurve;
129 CurveType rightCurve;
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLECPointContext.java 74 public static OpenSSLECPointContext getInstance(int curveType, OpenSSLECGroupContext group,
  /external/chromium_org/third_party/qcms/
google.patch 39 static struct curveType *read_curveType(struct mem_source *src, uint32_t offset, uint32_t *len)
43 struct curveType *curve = NULL;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
d1_srvr.c     [all...]
s3_srvr.c     [all...]
  /external/openssl/ssl/
d1_srvr.c     [all...]
s3_srvr.c     [all...]

Completed in 1116 milliseconds