OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intersectDrawQuad
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/gpu/
TilingData.h
74
void
intersectDrawQuad
(const FloatRect& srcRect, const FloatRect& dstRect, int tile, FloatRect* newSrc, FloatRect* newDst) const;
TilingData.cpp
205
void TilingData::
intersectDrawQuad
(const FloatRect& srcRect, const FloatRect& dstRect, int tile,
/external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp
441
tiles.
intersectDrawQuad
(srcRect, dstRect, tile, &srcRectClippedInTileSpace, &dstRectIntersected);
[
all
...]
Completed in 36 milliseconds