HomeSort by relevance Sort by last modified time
    Searched refs:fill (Results 101 - 125 of 525) sorted by null

1 2 3 45 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
HoverOverlay.java 39 /** Hover fill color. Must be disposed, it's NOT a system color. */
45 /** Hover fill select color. Must be disposed, it's NOT a system color. */
164 Color fill = hoverIsSelected ? mHoverSelectFillColor : mHoverFillColor; local
177 if (fill != null) {
181 gc.setBackground(fill);
  /external/stlport/stlport/stl/
_ios.h 81 char_type fill() const { return _M_fill; } function in class:basic_ios
82 char_type fill(char_type __fill) { function in class:basic_ios
135 char_type _M_fill; // The fill character, used for padding.
  /external/webkit/Source/WebCore/platform/graphics/qt/
ContextShadowQt.cpp 75 image.fill(0);
85 image.fill(0);
  /external/webkit/Source/WebCore/rendering/
RenderFrameSet.h 40 m_preventResize.fill(preventResize);
41 m_allowBorder.fill(allowBorder);
  /frameworks/ex/chips/src/com/android/ex/chips/
ChipsUtil.java 64 Arrays.fill(questionMarks, "?");
84 Arrays.fill(questionMarks, "?");
  /libcore/luni/src/main/java/java/util/zip/
InflaterInputStream.java 152 fill(); method
169 // If result == 0, fill() and try again
187 protected void fill() throws IOException { method in class:InflaterInputStream
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios.h 81 char_type fill() const { return _M_fill; } function in class:basic_ios
82 char_type fill(char_type __fill) { function in class:basic_ios
135 char_type _M_fill; // The fill character, used for padding.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameDistance.java 102 Arrays.fill(mMatchFlags1, 0, length1, false);
103 Arrays.fill(mMatchFlags2, 0, length2, false);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_ios.h 81 char_type fill() const { return _M_fill; } function in class:basic_ios
82 char_type fill(char_type __fill) { function in class:basic_ios
135 char_type _M_fill; // The fill character, used for padding.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_ios.h 81 char_type fill() const { return _M_fill; } function in class:basic_ios
82 char_type fill(char_type __fill) { function in class:basic_ios
135 char_type _M_fill; // The fill character, used for padding.
  /dalvik/tests/061-out-of-memory/src/
Main.java 37 Arrays.fill(tooBig, 0xdd);
83 /* Allocate progressively smaller objects to fill up the entire heap.
  /external/chromium/testing/gtest/samples/
prime_tables.h 103 ::std::fill(is_prime_, is_prime_ + is_prime_size_, true);
  /external/gtest/samples/
prime_tables.h 103 ::std::fill(is_prime_, is_prime_ + is_prime_size_, true);
  /external/llvm/include/llvm/ADT/
APFloat.h 204 /// \param type - The unspecified fill bits for creating the NaN, 0 by
209 APInt fill(64, type);
210 return getQNaN(Sem, Negative, &fill);
391 const APInt *fill);
392 void makeNaN(bool SNaN = false, bool Neg = false, const APInt *fill = 0);
  /external/llvm/include/llvm/CodeGen/
ObjectCodeEmitter.h 86 void emitAlignment(unsigned Alignment = 0, uint8_t fill = 0);
  /external/llvm/include/llvm/CodeGen/PBQP/
Math.h 33 std::fill(data, data + length, initVal);
124 std::fill(data, data + (rows * cols), initVal);
181 std::fill(data, data + (rows * cols), val);
188 std::fill(data + (r * cols), data + ((r + 1) * cols), val);
  /external/protobuf/gtest/samples/
prime_tables.h 103 ::std::fill(is_prime_, is_prime_ + is_prime_size_, true);
  /external/skia/gpu/include/
GrTypes.h 433 static inline GrPathFill NonInvertedFill(GrPathFill fill) {
447 return gNonInvertedFills[fill];
450 static inline bool IsFillInverted(GrPathFill fill) {
464 return gIsFillInverted[fill];
  /external/skia/include/pdf/
SkPDFUtils.h 54 static void PaintPath(SkPaint::Style style, SkPath::FillType fill,
  /external/skia/src/pdf/
SkPDFUtils.cpp 151 void SkPDFUtils::PaintPath(SkPaint::Style style, SkPath::FillType fill,
161 NOT_IMPLEMENTED(fill == SkPath::kInverseEvenOdd_FillType, false);
162 NOT_IMPLEMENTED(fill == SkPath::kInverseWinding_FillType, false);
163 if (fill == SkPath::kEvenOdd_FillType)
  /external/webkit/Source/WebCore/platform/graphics/android/
GLExtras.cpp 91 void GLExtras::drawRegion(const SkRegion& region, bool fill,
96 if (fill) {
109 if (fill && !drawBorder)
125 if (!fill)
GlyphMapAndroid.cpp 42 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GradientCairo.cpp 89 void Gradient::fill(GraphicsContext* context, const FloatRect& rect) function in class:WebCore::Gradient
  /external/webkit/Source/WebCore/platform/graphics/pango/
GlyphPageTreeNodePango.cpp 74 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage
  /external/webkit/Source/WebCore/platform/graphics/wince/
GlyphPageTreeNodeWinCE.cpp 36 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage

Completed in 3126 milliseconds

1 2 3 45 6 7 8 91011>>