HomeSort by relevance Sort by last modified time
    Searched full:flatten (Results 226 - 250 of 535) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeNodeStream.java 71 /** As we flatten the tree, we use UP, DOWN nodes to represent
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/
publish.xml 111 <copy todir="${result}/buildnotes" flatten="true">
  /external/llvm/lib/Support/
Twine.cpp 21 // Otherwise, flatten and copy the contents first.
  /external/skia/include/core/
SkImageFilter.h 148 virtual void flatten(SkFlattenableWriteBuffer& wb) const SK_OVERRIDE;
SkPathEffect.h 133 virtual void flatten(SkFlattenableWriteBuffer&) const SK_OVERRIDE;
  /external/skia/legacy/include/core/
SkColorFilter.h 148 virtual void flatten(SkFlattenableWriteBuffer& ) SK_OVERRIDE;
  /external/skia/legacy/src/core/
SkPictureRecord.cpp 610 SkFlatBitmap* flat = SkFlatBitmap::Flatten(&fHeap, bitmap, fBitmapIndex,
626 SkFlatMatrix* flat = SkFlatMatrix::Flatten(&fHeap, *matrix, fMatrixIndex);
643 SkFlatPaint* flat = SkFlatPaint::Flatten(&fHeap, *paint, fPaintIndex,
658 SkFlatRegion* flat = SkFlatRegion::Flatten(&fHeap, region, fRegionIndex);
SkPixelRef.cpp 88 void SkPixelRef::flatten(SkFlattenableWriteBuffer& buffer) const { function in class:SkPixelRef
SkWriter32.cpp 115 void SkWriter32::flatten(void* dst) const { function in class:SkWriter32
SkBitmap.cpp 1395 void SkBitmap::flatten(SkFlattenableWriteBuffer& buffer) const { function in class:SkBitmap
    [all...]
  /external/v8/src/
messages.cc 166 // likely to be a complicated ConsString of some sort. We flatten it
  /external/webkit/Source/WebCore/platform/network/
FormData.h 114 void flatten(Vector<char>&) const; // omits files
  /frameworks/base/docs/html/design/patterns/
swipe-views.jd 13 built in a hierarchical fashion, there are instances where horizontal navigation can flatten
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaSmsCbProgramData.java 118 * Flatten this object into a Parcel.
  /frameworks/native/include/ui/
Fence.h 99 status_t flatten(void* buffer, size_t size,
  /frameworks/native/libs/gui/
Sensor.cpp 128 status_t Sensor::flatten(void* buffer) const function in class:android::Sensor
  /frameworks/native/libs/ui/
Fence.cpp 137 status_t Fence::flatten(void* buffer, size_t size, int fds[], function in class:android::Fence
  /frameworks/opt/telephony/src/java/android/telephony/
SmsCbEtwsInfo.java 89 * Flatten this object into a Parcel.
SmsCbLocation.java 167 * Flatten this object into a Parcel.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java 91 private static final String KEY_FLATTEN = "flatten"; //$NON-NLS-1$
179 void setFlatten(boolean flatten) {
180 mFlatten = flatten;
282 // Generic conversion to relative - can also flatten the hierarchy
GridLayoutConverter.java 123 Element layout, boolean flatten, MultiTextEdit rootEdit, CanvasViewInfo rootView) {
126 mFlatten = flatten;
625 GridModel(CanvasViewInfo view, Element layout, boolean flatten) {
627 mFlatten = flatten;
    [all...]
  /development/tools/apkcheck/src/com/android/apkcheck/
ApkCheck.java 118 /* "flatten" superclasses and interfaces */
217 * or we can "flatten" the methods declared by the superclasses and
  /external/skia/src/core/
SkPictureFlat.h 194 * required to flatten the objects being flattened (i.e. for SkPaints), this
579 ((T*)obj)->flatten(buffer);
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 51 void SkBicubicImageFilter::flatten(SkFlattenableWriteBuffer& buffer) const { function in class:SkBicubicImageFilter
52 this->INHERITED::flatten(buffer);
SkColorMatrixFilter.cpp 301 void SkColorMatrixFilter::flatten(SkFlattenableWriteBuffer& buffer) const { function in class:SkColorMatrixFilter
302 this->INHERITED::flatten(buffer);

Completed in 1265 milliseconds

1 2 3 4 5 6 7 8 91011>>