/external/webkit/WebCore/inspector/front-end/ |
SourceFrame.js | 561 ctx.fill(); 562 ctx.fill(); // Fill twice to get a good shadow and darker anti-aliased pixels. 599 ctx.fill();
|
/external/webkit/WebCore/platform/chromium/ |
MIMETypeRegistryChromium.cpp | 94 // FIXME: Fill this out. See: http://trac.webkit.org/changeset/30888
|
/external/webkit/WebCore/platform/graphics/filters/ |
FEGaussianBlur.cpp | 82 // Fill the kernel
|
/external/webkit/WebCore/platform/graphics/skia/ |
PlatformContextSkia.cpp | 70 // Fill. 303 // We do a fill of four rects to simulate the stroke of a border. 595 // clipping path. Then we fill twice with a black rectangle. The fractional 597 // alpha)), but the second fill would apply the alpha to the already
|
/external/webkit/WebCore/platform/graphics/win/ |
GraphicsContextWin.cpp | 121 // Fill our buffer with clear if we're going to alpha blend.
|
/external/webkit/WebCore/platform/graphics/wince/ |
PlatformPathWince.cpp | 235 static void drawPolygons(HDC dc, const Vector<PathPolygon>& polygons, bool fill, const AffineTransform* transformation) 244 if (fill) { 264 if (fill && winPoints[npoints - 1] != winPoints[0]) { 270 if (fill)
|
/external/webkit/WebCore/platform/wince/ |
MIMETypeRegistryWince.cpp | 61 //fill with initial values
|
/external/webkit/WebCore/rendering/ |
EllipsisBox.cpp | 56 // Restore the regular fill color.
|
RenderFrame.cpp | 83 // then the fixup process of forcing the frame to fill extra space will fail.
|
RenderView.cpp | 216 // If painting will entirely fill the view, no need to fill the background. 222 // Only fill with the base background color (typically white) if we're the root document, 417 // Blocks contain selected objects and fill gaps between them, either on the left, right, or in between lines and blocks.
|
/external/webkit/WebCore/svg/animation/ |
SVGSMILElement.cpp | 494 SVGSMILElement::FillMode SVGSMILElement::fill() const function in class:WebCore::SVGSMILElement 823 return fill() == FillFreeze ? Frozen : Inactive; 830 // Animation does not contribute during the active time if it is past its repeating duration and has fill=remove. 831 return (m_activeState == Active && (fill() == FillFreeze || elapsed <= m_intervalBegin + repeatingDuration())) || m_activeState == Frozen; [all...] |
SVGSMILElement.h | 65 FillMode fill() const;
|
/external/webkit/WebCore/svg/graphics/filters/ |
SVGFEMorphology.cpp | 115 // Fill the kernel
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
changelogs.py | 83 return textwrap.fill(line,
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
eap_common.c | 100 * This function can be used to allocate a buffer for an EAP message and fill
|
/external/zlib/contrib/iostream/ |
zfstream.cpp | 160 // Attempt to fill the buffer.
|
/frameworks/base/cmds/runtime/ |
SignalHandler.cpp | 237 // Fill in the command data...
|
/frameworks/base/core/java/android/app/backup/ |
BackupHelper.java | 42 * <code>data</code>, and fill in <code>newState</code> with the state as it
|
BackupHelperDispatcher.java | 97 // fill in the header (seeking back to pos). The file pointer will be returned to
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteQuery.java | 58 * @param window The window to fill into
|
/frameworks/base/core/res/res/layout/ |
keyguard_screen_unlock_landscape.xml | 139 <!-- fill space between header and button below -->
|
/frameworks/base/core/tests/coretests/res/values/ |
strings.xml | 72 <string name="linear_listheight_fill">Fill Screen</string>
|
/frameworks/base/core/tests/coretests/src/android/app/ |
DownloadManagerStressTest.java | 137 // @TODO: Rework this to fill up cache partition with a dynamically calculated size
|
/frameworks/base/docs/html/guide/tutorials/views/ |
hello-datepicker.jd | 84 <code>updateDisplay()</code>—our own method (defined later) that will fill the TextView.</p>
|
hello-timepicker.jd | 83 <code>updateDisplay()</code>—our own method that will fill the TextView with the time.</p>
|