OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isZeroSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Gradient.h
76
bool
isZeroSize
() const { return m_p0.x() == m_p1.x() && m_p0.y() == m_p1.y() && (!m_radial || m_r0 == m_r1); }
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp
885
if (gradient && gradient->
isZeroSize
())
921
if (gradient && gradient->
isZeroSize
())
1046
if (gradient && gradient->
isZeroSize
())
1083
if (gradient && gradient->
isZeroSize
())
[
all
...]
Completed in 70 milliseconds