OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trgap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.cpp
135
int
trGap
= (rh.fSectorStart - fSectorStart + 32) & 0x1f;
136
trOrder =
trGap
> 20 ? 0 :
trGap
> 11 ? -1 : 1;
[
all
...]
/external/skia/src/pathops/
SkOpAngle.cpp
135
int
trGap
= (rh.fSectorStart - fSectorStart + 32) & 0x1f;
136
trOrder =
trGap
> 20 ? 0 :
trGap
> 11 ? -1 : 1;
[
all
...]
Completed in 121 milliseconds