Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h2292 DrawableViewbox(::ssize_t x1_, ::ssize_t y1_, in DrawableViewbox() argument
2295 _y1(y1_), in DrawableViewbox()
2317 void y1( ::ssize_t y1_ ) in y1() argument
2319 _y1 = y1_; in y1()
2543 PathCurvetoArgs( double x1_, double y1_,
2560 void y1( double y1_ ) in y1() argument
2562 _y1 = y1_; in y1()
2745 PathQuadraticCurvetoArgs( double x1_, double y1_,
2761 void y1( double y1_ ) in y1() argument
2763 _y1 = y1_; in y1()
/external/pdfium/third_party/agg23/
Dagg_basics.h71 rect_base(T x1_, T y1_, T x2_, T y2_) : in rect_base()
72 x1(x1_), y1(y1_), x2(x2_), y2(y2_) {} in rect_base()
/external/webp/src/enc/
Dquant_enc.c250 m->y1_.q_[0] = kDcTable[clip(q + enc->dq_y1_dc_, 0, 127)]; in SetupMatrices()
251 m->y1_.q_[1] = kAcTable[clip(q, 0, 127)]; in SetupMatrices()
259 q_i4 = ExpandMatrix(&m->y1_, 0); in SetupMatrices()
282 m->min_disto_ = 20 * m->y1_.q_[0]; // quantization-aware min disto in SetupMatrices()
780 &dqm->y1_, dqm->lambda_trellis_i16_); in ReconstructIntra16()
791 nz |= VP8EncQuantize2Blocks(tmp[n], rd->y_ac_levels[n], &dqm->y1_) << n; in ReconstructIntra16()
821 nz = TrellisQuantizeBlock(enc, tmp, levels, ctx, 3, &dqm->y1_, in ReconstructIntra4()
824 nz = VP8EncQuantizeBlock(tmp, levels, &dqm->y1_); in ReconstructIntra4()
Dvp8i_enc.h190 VP8Matrix y1_, y2_, uv_; // quantization matrices member
/external/ImageMagick/Magick++/lib/
DDrawable.cpp1950 Magick::PathCurvetoArgs::PathCurvetoArgs( double x1_, double y1_, in PathCurvetoArgs() argument
1954 _y1(y1_), in PathCurvetoArgs()
2162 double y1_, in PathQuadraticCurvetoArgs() argument
2166 _y1(y1_), in PathQuadraticCurvetoArgs()