/external/webkit/WebCore/platform/graphics/gtk/ |
GlyphPageTreeNodeGtk.cpp | 38 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage
|
/external/webkit/WebCore/platform/graphics/haiku/ |
GlyphPageTreeNodeHaiku.cpp | 41 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* characterBuffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage
|
/external/webkit/WebCore/platform/graphics/qt/ |
GradientQt.cpp | 85 void Gradient::fill(GraphicsContext* context, const FloatRect& rect) function in class:WebCore::Gradient
|
/external/webkit/WebCore/platform/graphics/win/ |
GlyphPageTreeNodeCGWin.cpp | 37 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage
|
GlyphPageTreeNodeCairoWin.cpp | 36 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage
|
/external/webkit/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
|
/external/webkit/WebCore/platform/network/qt/ |
ResourceRequestQt.cpp | 33 // are using the limit as found in Qt. To allow Qt to fill its queue
|
/external/webkit/WebCore/rendering/ |
RenderPath.h | 46 // Hit-detection seperated for the fill and the stroke
|
/frameworks/base/core/java/android/text/style/ |
BulletSpan.java | 90 p.setStyle(Paint.Style.FILL);
|
/frameworks/base/core/tests/coretests/src/android/os/ |
HandlerThreadTest.java | 58 // and fill in the values we expect.
|
/frameworks/base/libs/rs/java/Film/res/raw/ |
filmstrip.c | 32 // Draw the lighting effect in the strip and fill the Z buffer.
|
/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/ |
DdmVmInternal.java | 80 * Fill a buffer with data on recent heap allocations.
|
/libcore/luni/src/main/java/java/util/ |
FormattableFlags.java | 33 * Denotes the output is to be left-justified. In order to fill the minimum
|
/libcore/luni/src/main/java/org/apache/harmony/nio/internal/ |
SelectorImpl.java | 230 Arrays.fill(readableFDs, null); 231 Arrays.fill(writableFDs, null); 232 Arrays.fill(readyKeys, null); 233 Arrays.fill(flags, 0);
|
/libcore/luni/src/test/java/tests/security/interfaces/ |
Util.java | 100 java.util.Arrays.fill(bytes, (byte) 0);
|
/ndk/sources/android/stlport/test/unit/ |
unique_test.cpp | 94 fill(puCopy, puCopy + count, "");
|
/packages/apps/Email/src/com/android/email/mail/ |
FetchProfile.java | 54 * The provider should, if possible, fill in a properly formatted MIME structure in
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
GridQuadFrame.java | 244 // Allocate and fill the vertex buffer. 252 // Allocate and fill the texture coordinate buffer. 260 // Allocate and fill the secondary texture coordinate buffer. 271 // Allocate and fill the index buffer.
|
/packages/apps/Settings/res/layout/ |
device_admin_item.xml | 27 android:gravity="fill" >
|
/packages/apps/Settings/res/layout-land/ |
confirm_lock_pattern.xml | 40 <!-- fill space between header and button below -->
|
/cts/tools/dasm/src/dasm/ |
ReservedWords.java | 78 reserved_words.put("fill-array-data", new token(sym.FILL_ARRAY_DATA)); 79 reserved_words.put("fill-array-data-end", new token(
|
/dalvik/dx/src/com/android/dx/dex/code/ |
ArrayData.java | 28 * Pseudo-instruction which holds fill array data. 186 sb.append("array-data // for fill-array-data @ ");
|
/external/bluetooth/glib/gio/tests/ |
data-output-stream.c | 56 /* fill data */ 261 /* Fill in some random data */
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/ |
EAXBlockCipher.java | 155 Arrays.fill(bufBlock, (byte)0); 159 Arrays.fill(macBlock, (byte)0);
|
/external/chromium/net/disk_cache/ |
block_files_unittest.cc | 41 // Fill up the 32-byte block file (use three files). 68 // Fill up the 32-byte block file (use three files).
|