HomeSort by relevance Sort by last modified time
    Searched full:flatten (Results 76 - 100 of 190) sorted by null

1 2 34 5 6 7 8

  /external/skia/include/core/
SkMaskFilter.h 72 virtual void flatten(SkFlattenableWriteBuffer& ) {} function in class:SkMaskFilter
SkPathEffect.h 64 virtual void flatten(SkFlattenableWriteBuffer&);
SkPixelRef.h 113 virtual void flatten(SkFlattenableWriteBuffer&) const;
SkXfermode.h 184 virtual void flatten(SkFlattenableWriteBuffer&);
  /external/skia/include/images/
SkImageRef.h 65 virtual void flatten(SkFlattenableWriteBuffer&) const;
  /external/skia/src/core/
SkColorTable.cpp 159 void SkColorTable::flatten(SkFlattenableWriteBuffer& buffer) const { function in class:SkColorTable
SkPictureRecord.cpp 540 SkFlatBitmap* flat = SkFlatBitmap::Flatten(&fHeap, bitmap, fBitmapIndex,
556 SkFlatMatrix* flat = SkFlatMatrix::Flatten(&fHeap, *matrix, fMatrixIndex);
573 SkFlatPaint* flat = SkFlatPaint::Flatten(&fHeap, *paint, fPaintIndex,
588 SkFlatRegion* flat = SkFlatRegion::Flatten(&fHeap, region, fRegionIndex);
SkWriter32.cpp 100 void SkWriter32::flatten(void* dst) const function in class:SkWriter32
  /external/skia/src/effects/
SkCornerPathEffect.cpp 147 void SkCornerPathEffect::flatten(SkFlattenableWriteBuffer& buffer) function in class:SkCornerPathEffect
SkColorMatrixFilter.cpp 310 void SkColorMatrixFilter::flatten(SkFlattenableWriteBuffer& buffer) { function in class:SkColorMatrixFilter
311 this->INHERITED::flatten(buffer);
SkDashPathEffect.cpp 149 void SkDashPathEffect::flatten(SkFlattenableWriteBuffer& buffer) function in class:SkDashPathEffect
  /external/webkit/WebCore/manual-tests/
optgroup-empty-and-nested.html 44 flatten the tree. We should match them. -->
  /external/webkit/WebCore/platform/network/
FormData.h 77 void flatten(Vector<char>&) const; // omits files
  /frameworks/base/core/java/android/os/
Parcelable.java 84 * Flatten this object in to a Parcel.
Parcel.java 467 * Flatten a Map into the parcel at the current dataPosition(),
484 * Flatten a Bundle into the parcel at the current dataPosition(),
497 * Flatten a List into the parcel at the current dataPosition(), growing
516 * Flatten an Object array into the parcel at the current dataPosition(),
535 * Flatten a generic SparseArray into the parcel at the current
880 * Flatten a List containing a particular object type into the parcel, at
914 * Flatten a List containing String objects into the parcel, at
939 * Flatten a List containing IBinder objects into the parcel, at
964 * Flatten a heterogeneous array containing a particular object type into
    [all...]
  /frameworks/base/include/ui/
GraphicBuffer.h 129 status_t flatten(void* buffer, size_t size,
  /frameworks/base/tools/aapt/
XMLNode.h 136 status_t flatten(const sp<AaptFile>& dest, bool stripComments,
ResourceTable.h 149 sp<AaptFile> flatten(Bundle*);
188 status_t flatten(Bundle*, const sp<AaptFile>& dest);
305 ssize_t flatten(Bundle*, const sp<AaptFile>& data, bool isPublic);
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/
AddressList.java 69 public MailboxList flatten() { method in class:AddressList
  /frameworks/base/core/jni/android/graphics/
Region.cpp 163 size_t size = region->flatten(NULL);
165 region->flatten(p->writeInplace(size));
  /development/tools/apkcheck/src/com/android/apkcheck/
ClassInfo.java 262 * Flatten our superclass and interfaces.
278 /* flatten it */
ApkCheck.java 118 /* "flatten" superclasses and interfaces */
217 * or we can "flatten" the methods declared by the superclasses and
  /packages/apps/Browser/src/com/android/browser/
BrowserBackupAgent.java 65 * After we flatten the bookmarks file here in onBackup, we compare its
201 // Flatten the bookmarks table into the given file, calculating its CRC in the process
  /external/v8/src/
messages.cc 162 // likely to be a complicated ConsString of some sort. We flatten it
  /external/webkit/WebKitTools/Scripts/webkitpy/
executive.py 89 # FIXME: This could be improved not to flatten output to stdout.

Completed in 128 milliseconds

1 2 34 5 6 7 8