Home
last modified time | relevance | path

Searched defs:flipped (Results 1 - 25 of 26) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Dvbnenc.c119 uint8_t *flipped = frame->data[0] + frame->linesize[0] * (frame->height - 1); in vbn_encode() local
H A Dvbndec.c157 uint8_t *flipped = frame->data[0] + frame->linesize[0] * (frame->height - 1); in vbn_decode_frame() local
H A Dmjpegdec.h137 int flipped; /* true if picture is flipped */ member
/third_party/skia/gm/
H A Dnested.cpp26 NestedGM(bool doAA, bool flipped) : fDoAA(doAA), fFlipped(flipped) { in NestedGM() argument
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_etc_tmp.h30 int flipped; in TAG() local
H A Dtexcompress_etc.c54 bool flipped; member
/third_party/skia/tests/
H A DPathOpsConicLineIntersectionTest.cpp74 bool flipped = false; in testOneOffs() local
34 doIntersect(SkIntersections& intersections, const SkDConic& conic, const SkDLine& line, bool& flipped) doIntersect() argument
127 bool flipped = false; DEF_TEST() local
[all...]
H A DPathOpsCubicLineIntersectionTest.cpp105 bool flipped = false; in doIntersect() local
H A DPathOpsQuadLineIntersectionTest.cpp84 bool flipped = false; in testOneOffs() local
33 doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, bool& flipped) doIntersect() argument
132 bool flipped = false; DEF_TEST() local
[all...]
H A DPathOpsQuadLineIntersectionThreadedTest.cpp57 bool flipped = false; in testLineIntersect() local
18 doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, bool& flipped) doIntersect() argument
[all...]
/third_party/skia/src/pathops/
H A DSkDLineIntersection.cpp204 horizontal(const SkDLine& line, double left, double right, double y, bool flipped) horizontal() argument
282 vertical(const SkDLine& line, double top, double bottom, double x, bool flipped) vertical() argument
[all...]
H A DSkDCubicLineIntersection.cpp184 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { in horizontalIntersect() argument
247 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() argument
418 horizontal(const SkDCubic& cubic, double left, double right, double y, bool flipped) horizontal() argument
425 vertical(const SkDCubic& cubic, double top, double bottom, double x, bool flipped) vertical() argument
H A DSkDQuadLineIntersection.cpp198 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { in horizontalIntersect() argument
254 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() argument
423 horizontal(const SkDQuad& quad, double left, double right, double y, bool flipped) horizontal() argument
430 vertical(const SkDQuad& quad, double top, double bottom, double x, bool flipped) vertical() argument
H A DSkDConicLineIntersection.cpp72 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { in horizontalIntersect() argument
150 int verticalIntersect(double axisIntercept, double top, double bottom, bool flipped) { in verticalIntersect() argument
347 horizontal(const SkDConic& conic, double left, double right, double y, bool flipped) horizontal() argument
354 vertical(const SkDConic& conic, double top, double bottom, double x, bool flipped) vertical() argument
H A DSkOpCoincidence.h59 bool flipped() const { return fOppPtTStart->fT > fOppPtTEnd->fT; } in flipped() function in SkCoincidentSpans
H A DSkOpSpan.cpp407 bool SkOpSpan::insertCoincidence(const SkOpSegment* segment, bool flipped, bool ordered) { in insertCoincidence() argument
H A DSkIntersections.h90 int cubicVertical(const SkPoint a[4], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) { in cubicVertical() argument
57 conicHorizontal(const SkPoint a[3], SkScalar weight, SkScalar left, SkScalar right, SkScalar y, bool flipped) conicHorizontal() argument
65 conicVertical(const SkPoint a[3], SkScalar weight, SkScalar top, SkScalar bottom, SkScalar x, bool flipped) conicVertical() argument
82 cubicHorizontal(const SkPoint a[4], SkScalar left, SkScalar right, SkScalar y, bool flipped) cubicHorizontal() argument
132 lineHorizontal(const SkPoint a[2], SkScalar left, SkScalar right, SkScalar y, bool flipped) lineHorizontal() argument
140 lineVertical(const SkPoint a[2], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) lineVertical() argument
168 quadHorizontal(const SkPoint a[3], SkScalar left, SkScalar right, SkScalar y, bool flipped) quadHorizontal() argument
176 quadVertical(const SkPoint a[3], SkScalar top, SkScalar bottom, SkScalar x, bool flipped) quadVertical() argument
[all...]
H A DSkOpCoincidence.cpp163 bool flipped = this->flipped(); in ordered() local
1033 bool flipped = coin->flipped(); DEBUG_COIN_DECLARE_ONLY_PARAMS() local
1352 bool flipped = coin->flipped(); DEBUG_COIN_DECLARE_ONLY_PARAMS() local
[all...]
H A DSkPathOpsDebug.cpp2040 bool flipped = coin->flipped(); in debugMark() local
2641 debugInsertCoincidence(SkPathOpsDebug::GlitchLog* log, const SkOpSegment* segment, bool flipped, bool ordered) const debugInsertCoincidence() argument
[all...]
/third_party/skia/src/core/
H A DSkCompressedDataUtils.cpp98 bool flipped = SkToBool(high & kFlipBit); in decompress_etc1() local
/third_party/skia/third_party/etc1/
H A Detc1.cpp236 bool flipped = (high & 1) != 0; in etc1_decode_block() local
175 decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, etc1_uint32 low, bool second, bool flipped) decode_subblock() argument
255 etc_average_colors_subblock(const etc1_byte* pIn, etc1_uint32 inMask, etc1_byte* pColors, bool flipped, bool second) etc_average_colors_subblock() argument
343 etc_encode_subblock_helper(const etc1_byte* pIn, etc1_uint32 inMask, etc_compressed* pCompressed, bool flipped, bool second, const etc1_byte* pBaseColors, const int* pModifierTable) etc_encode_subblock_helper() argument
438 etc_encode_block_helper(const etc1_byte* pIn, etc1_uint32 inMask, const etc1_byte* pColors, etc_compressed* pCompressed, bool flipped) etc_encode_block_helper() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dangletypes.h82 RectangleImpl flipped = *this; in flip() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c1902 bool flipped = (srcbox->depth < 0); in do_blits() local
/third_party/skia/third_party/externals/freetype/src/raster/
H A Dftraster.c3015 Render_Single_Pass( RAS_ARGS Bool flipped, Int y_min, Int y_max ) Render_Single_Pass() argument
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp2670 bool flipped = v_max < v_min; in ScaleRatioFromValueT() local

Completed in 43 milliseconds

12