OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:topStart
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
AnimationHelper.java
155
int
topStart
= cumulativeTopStart;
157
int bottomStart =
topStart
+ startHeight;
160
if (
topStart
== topEnd && bottomStart == bottomEnd) {
171
if (
topStart
< topEnd) {
173
} else if (
topStart
> topEnd) {
/external/chromium_org/third_party/skia/experimental/Intersection/
SimplifyFindTop_Test.cpp
31
SimplifyFindTopTest::Segment*
topStart
= findTopContour(contourList);
32
const SimplifyFindTopTest::Segment* topSegment =
topStart
->findTop(index,
Simplify.cpp
[
all
...]
/external/skia/experimental/Intersection/
SimplifyFindTop_Test.cpp
31
SimplifyFindTopTest::Segment*
topStart
= findTopContour(contourList);
32
const SimplifyFindTopTest::Segment* topSegment =
topStart
->findTop(index,
Simplify.cpp
[
all
...]
/external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp
238
SkOpSegment*
topStart
= NULL;
254
contour->topSortableSegment(*topLeft, &bestXY, &
topStart
);
259
if (!
topStart
) {
263
result =
topStart
->findTop(index, endIndex, unsortable, firstPass);
265
if (lastTopStart ==
topStart
&& lastIndex == *index && lastEndIndex == *endIndex) {
269
lastTopStart =
topStart
;
SkOpContour.h
287
void topSortableSegment(const SkPoint& topLeft, SkPoint* bestXY, SkOpSegment**
topStart
);
SkOpContour.cpp
663
SkOpSegment**
topStart
) {
678
if (*
topStart
) {
692
*
topStart
= testSegment;
/external/skia/src/pathops/
SkPathOpsCommon.cpp
238
SkOpSegment*
topStart
= NULL;
254
contour->topSortableSegment(*topLeft, &bestXY, &
topStart
);
259
if (!
topStart
) {
263
result =
topStart
->findTop(index, endIndex, unsortable, firstPass);
265
if (lastTopStart ==
topStart
&& lastIndex == *index && lastEndIndex == *endIndex) {
269
lastTopStart =
topStart
;
SkOpContour.h
287
void topSortableSegment(const SkPoint& topLeft, SkPoint* bestXY, SkOpSegment**
topStart
);
SkOpContour.cpp
663
SkOpSegment**
topStart
) {
678
if (*
topStart
) {
692
*
topStart
= testSegment;
Completed in 519 milliseconds