OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_scene
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/shell/renderer/test_runner/
TestPlugin.cpp
172
m_scene
.primitive = parsePrimitive(attributeValue);
174
parseColor(attributeValue,
m_scene
.backgroundColor);
176
parseColor(attributeValue,
m_scene
.primitiveColor);
178
m_scene
.opacity = parseOpacity(attributeValue);
398
premultiplyAlpha(
m_scene
.backgroundColor,
m_scene
.opacity, color);
412
return
m_scene
.primitive != PrimitiveNone ? initProgram() && initPrimitive() : true;
419
if (
m_scene
.primitive != PrimitiveNone)
427
SkColorSetARGB(static_cast<uint8>(
m_scene
.opacity * 255),
428
m_scene
.backgroundColor[0]
[
all
...]
TestPlugin.h
141
Scene
m_scene
;
member in class:content::TestPlugin
Completed in 28 milliseconds