OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is2d
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CanvasRenderingContextCustom.cpp
43
if (impl->
is2d
())
V8HTMLCanvasElementCustom.cpp
101
if (result->
is2d
()) {
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext.h
55
virtual bool
is2d
() const { return false; }
function in class:WebCore::CanvasRenderingContext
CanvasRenderingContext2D.h
325
virtual bool
is2d
() const OVERRIDE { return true; }
340
DEFINE_TYPE_CASTS(CanvasRenderingContext2D, CanvasRenderingContext, context, context->
is2d
(), context.
is2d
());
CanvasRenderingContext2D.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp
164
if (m_context && !m_context->
is2d
())
252
if (m_context && m_context->
is2d
())
260
if (hadImageBuffer && oldSize == newSize && m_context && m_context->
is2d
()) {
408
if (m_context && !m_context->
is2d
())
554
if (m_context->
is2d
()) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp
75
bool
is2D
() const { return reg.Dimension; }
127
bool
is2D
() const { return reg.Dimension; }
1141
src.
is2D
() ? src.getIndex(1) : 0,
1150
dst.
is2D
() ? dst.getIndex(1) : 0,
[
all
...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp
75
bool
is2D
() const { return reg.Dimension; }
127
bool
is2D
() const { return reg.Dimension; }
1141
src.
is2D
() ? src.getIndex(1) : 0,
1150
dst.
is2D
() ? dst.getIndex(1) : 0,
[
all
...]
Completed in 202 milliseconds