Searched refs:Flip (Results 1 - 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | DirectFBSurfaceEXT.cpp | 84 surface->Flip(surface, NULL, DSFLIP_WAITFORSYNC); in present()
|
/third_party/cups-filters/filter/ |
H A D | imagetopdf.c | 52 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 D | imagetoraster.c | 47 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 D | ITypBitsetTests.cpp | 98 TEST_F(ITypBitsetTest, Flip) { in TEST_F()
|
/third_party/node/deps/v8/src/heap/ |
H A D | large-spaces.h | 202 void Flip();
|
H A D | new-spaces.h | 260 // Flip the pair of spaces. 261 void Flip();
|
H A D | large-spaces.cc | 544 void NewLargeObjectSpace::Flip() { in Flip() function in v8::NewLargeObjectSpace
|
H A D | new-spaces.cc | 492 void NewSpace::Flip() { SemiSpace::Swap(&from_space_, &to_space_); } in Flip() function in v8::internal::NewSpace
|
H A D | mark-compact.cc | 3479 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 D | heap.cc | 2795 // 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 D | FrameBufferDD.cpp | 272 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 D | HexagonISelDAGToDAGHVX.cpp | 1590 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 D | liftoff-assembler.h | 73 inline constexpr LiftoffCondition Flip(LiftoffCondition cond) { in Flip() function
|
H A D | liftoff-compiler.cc | 1366 // 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 D | stylo.hpp | [all...] |
Completed in 78 milliseconds