HomeSort by relevance Sort by last modified time
    Searched defs:Fill (Results 1 - 25 of 25) sorted by null

  /external/skia/src/codec/
SkSampler.cpp 13 void SkSampler::Fill(const SkImageInfo& info, void* dst, size_t rowBytes,
17 // Calculate bytes to fill. We use getSafeSize since the last row may not be padded.
22 // Use the proper memset routine to fill the remaining bytes
25 // If memory is zero initialized, we may not need to fill
31 // We must fill row by row in the case of unaligned row bytes
36 // We must fill row by row in the case of unaligned row bytes. This is an
38 SkCodecPrintf("Warning: Strange number of row bytes, fill will be slow.\n");
57 // If memory is zero initialized, we may not need to fill
66 // We must fill row by row in the case of unaligned row bytes. This is an
68 SkCodecPrintf("Warning: Strange number of row bytes, fill will be slow.\n")
    [all...]
  /external/llvm/lib/TableGen/
TableGenBackend.cpp 22 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill,
30 OS << Fill;
  /external/webrtc/webrtc/modules/video_coding/utility/
frame_dropper.cc 69 void FrameDropper::Fill(size_t frameSizeBytes, bool deltaFrame) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
LookaheadStream.cs 117 Fill(n); // out of elements?
121 public virtual void Fill(int n) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
LookaheadStream.cs 136 Fill( n ); // out of elements?
140 public virtual void Fill( int n )
  /external/opencv/otherlibs/highgui/
image.cpp 248 void CvvImage::Fill( int color )
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BufferedTokenStream.cs 327 Fill();
357 public virtual void Fill() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BufferedTokenStream.cs 374 Fill();
408 public virtual void Fill()
  /development/ndk/platforms/android-9/arch-mips/include/asm/
cacheops.h 34 #define Fill 0x14
  /frameworks/base/libs/hwui/
Glop.h 79 * Includes all of the mesh, fill, and GL state required to perform
118 struct Fill {
142 } fill; member in struct:android::uirenderer::Glop
164 * Defined by fill step, but can be force-enabled by presence of kAlpha_Attrib
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
cacheops.h 34 #define Fill 0x14
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
cacheops.h 34 #define Fill 0x14
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
cacheops.h 34 #define Fill 0x14
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
cacheops.h 34 #define Fill 0x14
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
cacheops.h 34 #define Fill 0x14
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
cacheops.h 34 #define Fill 0x14
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
cacheops.h 34 #define Fill 0x14
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
cacheops.h 34 #define Fill 0x14
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
cacheops.h 34 #define Fill 0x14
  /external/opencv3/3rdparty/libwebp/dsp/
enc.c 229 static WEBP_INLINE void Fill(uint8_t* dst, int value, int size) {
242 Fill(dst, 127, size);
254 Fill(dst, 129, size);
283 Fill(dst, 129, size);
308 Fill(dst, DC, size);
377 Fill(dst, dc >> 3, 4);
  /external/webp/src/dsp/
enc.c 221 static WEBP_INLINE void Fill(uint8_t* dst, int value, int size) {
234 Fill(dst, 127, size);
246 Fill(dst, 129, size);
275 Fill(dst, 129, size);
300 Fill(dst, DC, size);
370 Fill(dst, dc >> 3, 4);
enc_sse2.c 571 static WEBP_INLINE void Fill(uint8_t* dst, int value, int size) {
609 Fill(dst, 127, size);
640 Fill(dst, 129, size);
688 Fill(dst, 129, size);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 165 // Extract the length and alignment and fill if they are constant.
186 // Extract the fill value and store.
187 uint64_t Fill = FillC->getZExtValue()*0x0101010101010101ULL;
188 StoreInst *S = Builder->CreateStore(ConstantInt::get(ITy, Fill), Dest,
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 721 /// Walk tree with depth-first-search and fill nodes buffer.
792 /// a -> rewrite rule. We need to subclass to fill in the next() method,
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
output.h 823 { mapfile->print_output_data(this, _("** fill")); }
934 // Fill fixed space with zeroes. This is just like
953 { mapfile->print_output_data(this, "** zero fill"); }
    [all...]

Completed in 2286 milliseconds