Home
last modified time | relevance | path

Searched refs:Flip (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DDirectFBSurfaceEXT.cpp84 surface->Flip(surface, NULL, DSFLIP_WAITFORSYNC); in present()
/third_party/cups-filters/filter/
H A Dimagetopdf.c52 int Flip = 0, /* Flip/mirror pages */ variable
475 if (Flip) in outPageContents()
785 Flip = h.MirrorPrint ? 1 : 0; in main()
944 Flip = 1; in main()
1622 if (Flip) { in main()
H A Dimagetoraster.c47 int Flip = 0, /* Flip/mirror pages */ variable
387 Flip = 1; in main()
1433 if (Flip) in main()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DITypBitsetTests.cpp98 TEST_F(ITypBitsetTest, Flip) { in TEST_F()
/third_party/node/deps/v8/src/heap/
H A Dlarge-spaces.h202 void Flip();
H A Dnew-spaces.h260 // Flip the pair of spaces.
261 void Flip();
H A Dlarge-spaces.cc544 void NewLargeObjectSpace::Flip() { in Flip() function in v8::NewLargeObjectSpace
H A Dnew-spaces.cc492 void NewSpace::Flip() { SemiSpace::Swap(&from_space_, &to_space_); } in Flip() function in v8::internal::NewSpace
H A Dmark-compact.cc3479 new_space->Flip(); in EvacuatePrologue()
3486 heap()->new_lo_space()->Flip(); in EvacuatePrologue()
5488 new_space->Flip(); in EvacuatePrologue()
5491 heap()->new_lo_space()->Flip(); in EvacuatePrologue()
H A Dheap.cc2795 // Flip the semispaces. After flipping, to space is empty, from space has in Scavenge()
2797 new_space()->Flip(); in Scavenge()
2802 new_lo_space()->Flip(); in Scavenge()
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBufferDD.cpp272 result = frontBuffer->Flip(0, DDFLIP_NOVSYNC); in flip()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1590 bool Flip = false;
1595 int Diff = Flip ? PrevS.first - S.first + 2*L
1599 Flip ^= true;
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.h73 inline constexpr LiftoffCondition Flip(LiftoffCondition cond) { in Flip() function
H A Dliftoff-compiler.cc1366 // Flip the condition, because {lhs} and {rhs} are swapped. in JumpIfFalse()
1367 __ emit_i32_cond_jumpi(Flip(cond), false_dst, rhs, lhs_imm); in JumpIfFalse()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 78 milliseconds