HomeSort by relevance Sort by last modified time
    Searched refs:Flip (Results 1 - 25 of 32) sorted by null

1 2

  /bootable/recovery/minui/
graphics.h 27 // Causes the current drawing surface (returned by the most recent call to Flip() or Init()) to
29 virtual GRSurface* Flip() = 0;
graphics_fbdev.h 28 GRSurface* Flip() override;
graphics_adf.h 37 GRSurface* Flip() override;
graphics_drm.h 38 GRSurface* Flip() override;
graphics_adf.cpp 145 GRSurface* ret = Flip();
169 GRSurface* MinuiBackendAdf::Flip() {
graphics_fbdev.cpp 144 GRSurface* MinuiBackendFbdev::Flip() {
147 // then flip the driver so we're displaying the other buffer
graphics.cpp 316 gr_draw = gr_backend->Flip();
graphics_drm.cpp 376 GRSurface* MinuiBackendDrm::Flip() {
  /external/pdfium/xfa/fxbarcode/common/
BC_CommonBitArray.h 24 void Flip(int32_t i);
BC_CommonBitMatrix.h 24 void Flip(int32_t x, int32_t y);
BC_CommonBitArray.cpp 56 void CBC_CommonBitArray::Flip(int32_t i) {
BC_CommonBitMatrix.cpp 69 void CBC_CommonBitMatrix::Flip(int32_t x, int32_t y) {
  /external/clang/test/SemaCXX/
conversion-function.cpp 66 struct Flip;
69 Flop(const Flip&); // expected-note{{candidate constructor}}
71 struct Flip {
74 Flop flop = Flip(); // expected-error {{conversion from 'Flip' to 'Flop' is ambiguous}}
  /external/eigen/Eigen/src/SparseCore/
SparseAssign.h 105 enum { Flip = (DstEvaluatorType::Flags & RowMajorBit) != (SrcEvaluatorType::Flags & RowMajorBit) };
117 temp.insertBackByOuterInner(Flip?it.index():j,Flip?j:it.index()) = v;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddchgr.h 283 BOOLEAN Flip;
299 BOOLEAN Flip;
ddraw.h 239 /* dwFlags for Flip */
    [all...]
ddrawi.h 352 LPDDHALSURFCB_FLIP Flip;
549 LPDDHALSURFCB_FLIP Flip;
    [all...]
  /external/swiftshader/src/Main/
FrameBufferDD.cpp 253 void FrameBufferDD::flip(void *source, Format sourceFormat, size_t sourceStride) function in class:sw::FrameBufferDD
272 result = frontBuffer->Flip(0, DDFLIP_NOVSYNC);
323 void FrameBufferDD::flip(HWND windowOverride, void *source, Format sourceFormat, size_t sourceStride) function in class:sw::FrameBufferDD
328 flip(source, sourceFormat, sourceStride);
  /external/ImageMagick/PerlMagick/demo/
demo.pl 194 print "Flip...\n";
196 $example->Label('Flip');
197 $example->Flip();
  /external/ImageMagick/www/source/
examples.pl 186 print "Flip...\n";
188 $example->Label('Flip');
189 $example->Flip();
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
gen.go 60 // heap in f, not in the inner closure. Flip over to f before calling moveToHeap.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
gen.go 60 // heap in f, not in the inner closure. Flip over to f before calling moveToHeap.
  /prebuilts/go/darwin-x86/src/fmt/
scan.go 351 // Flip the bits of the rune so it's available to UnreadRune.
371 // Flip the bits of the rune so it's available to UnreadRune.
380 // Reverse bit flip of previously read rune to obtain valid >=0 state.
  /prebuilts/go/linux-x86/src/fmt/
scan.go 351 // Flip the bits of the rune so it's available to UnreadRune.
371 // Flip the bits of the rune so it's available to UnreadRune.
380 // Reverse bit flip of previously read rune to obtain valid >=0 state.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]

Completed in 861 milliseconds

1 2