OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addRun
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/text/
BidiRunList.h
51
void
addRun
(Run*);
75
inline void BidiRunList<Run>::
addRun
(Run* run)
/external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp
910
void
addRun
(int x, int y, U8CPU alpha, int count) {
950
this->
addRun
(x, y, alpha, 1);
959
this->
addRun
(x, y, 0xFF, width);
982
this->
addRun
(x++, y, leftAlpha, 1);
988
this->
addRun
(x, y, 0xFF, width);
991
this->
addRun
(x + width, y, rightAlpha, 1);
1179
fBuilder->
addRun
(fLeft, y - 1, 0, fRight - fLeft);
[
all
...]
/external/skia/src/core/
SkAAClip.cpp
910
void
addRun
(int x, int y, U8CPU alpha, int count) {
950
this->
addRun
(x, y, alpha, 1);
959
this->
addRun
(x, y, 0xFF, width);
982
this->
addRun
(x++, y, leftAlpha, 1);
988
this->
addRun
(x, y, 0xFF, width);
991
this->
addRun
(x + width, y, rightAlpha, 1);
1179
fBuilder->
addRun
(fLeft, y - 1, 0, fRight - fLeft);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar
/prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar
Completed in 131 milliseconds