/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_riscosmouse.c | 270 /* Clip to whole screen */ 281 /* Clip to window */
|
/external/quake/quake/src/QW/server/ |
server.h | 260 #define MOVETYPE_PUSH 7 // no clip to world, push and crush 270 #define SOLID_BSP 4 // bsp clip, touch on edge, block
|
/external/webkit/WebCore/bindings/objc/ |
DOMCSS.h | 118 - (NSString *)clip; 119 - (void)setClip:(NSString *)clip;
|
/external/webkit/WebCore/inspector/front-end/ |
SummaryBar.js | 242 // Clip to the rounded rect path. 244 ctx.clip();
|
/external/webkit/WebCore/platform/graphics/ |
GraphicsLayer.cpp | 239 void GraphicsLayer::paintGraphicsLayerContents(GraphicsContext& context, const IntRect& clip) 242 m_client->paintContents(this, context, m_paintingPhase, clip);
|
/frameworks/base/docs/html/resources/articles/ |
qsb.jd | 122 <span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;">android:searchSettingsDescription="@string/settings_description"</span> 123 <span style="background: rgb(255, 255, 0) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;">android:includeInGlobalSearch="true"</span>
|
/packages/apps/Music/src/com/android/music/ |
VerticalTextSpinner.java | 295 * Draw the 1st, 2nd and 3rd item in light only, clip it so it only 330 * Draw the 3rd, 4th and 5th in white text, clip it so it only draws
|
/development/samples/ApiDemos/src/com/example/android/apis/media/ |
MediaPlayerDemo_Video.java | 100 * precede all the media data atoms. 2. The clip has to be
|
/external/opencore/engines/player/include/ |
pv_player_events.h | 190 the end of clip (all sink nodes reported PVMFInfoEndOfData)
|
/external/opencore/fileformats/rawaac/parser/include/ |
aacfileparser.h | 313 * @brief Retrieves clip information: file size, format(ADIF or ADTS), 382 * @brief Determines if clip is AAC 557 * @brief Retrieves information about the clip such as bit rate, sampling frequency, etc. 565 * @brief Retrieves information about the clip from the ID3 tags if any.
|
/external/opencore/protocols/rtsp_client_engine/src/ |
pvrtsp_client_engine_utils.cpp | 182 //We reach this point if we were not able to find a '/' in the end of the clip.
|
/external/qemu/distrib/sdl-1.2.12/src/events/ |
SDL_mouse.c | 127 /* Do we need to clip {x,y} ? */
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_yuv.c | 94 /* Clip the rectangle to the screen area */
|
/external/quake/quake/src/QW/client/ |
r_main.c | 445 // left side clip 451 // right side clip 458 // top side clip 464 // bottom side clip
|
/external/quake/quake/src/WinQuake/ |
r_main.cpp | 425 // left side clip
431 // right side clip
438 // top side clip
444 // bottom side clip
|
/external/skia/include/core/ |
SkDevice.h | 88 /** Called with the correct matrix and clip before this device is drawn
|
/external/webkit/WebCore/html/canvas/ |
CanvasRenderingContext2D.idl | 78 void clip();
|
/external/webkit/WebCore/platform/graphics/haiku/ |
ImageHaiku.cpp | 151 context->clip(enclosingIntRect(dstRect));
|
/external/webkit/WebCore/rendering/ |
EllipsisBox.cpp | 94 context->clip(IntRect(m_x + tx, y + ty, m_width, h));
|
RenderButton.cpp | 182 // Clip to the padding box to at least give content the extra padding space.
|
/external/webkit/WebCore/rendering/style/ |
FillLayer.h | 71 EFillBox clip() const { return static_cast<EFillBox>(m_clip); } function in struct:WebCore::FillLayer
|
/external/webkit/WebCore/svg/graphics/ |
SVGResourceFilter.cpp | 107 // clip sourceImage to filterRegion
|
/external/webkit/WebKit/mac/Plugins/ |
WebBaseNetscapePluginView.mm | 341 // WebCore may impose an additional clip (via CSS overflow or clip properties). Fetch 342 // that clip now. 633 // Call setWindow to explicitly "clip out" the plug-in from sight.
|
/external/webkit/WebKit/win/WebCoreSupport/ |
EmbeddedWidget.cpp | 169 // Take our element and get the clip rect from the enclosing layer and frame view.
|
/frameworks/base/graphics/java/android/graphics/ |
Picture.java | 90 * of changing the matrix and clip of the canvas.
|