OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalOffset
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/libs/hwui/
PathTessellator.cpp
222
Vector2
totalOffset
= totalOffsetFromNormals(lastNormal, nextNormal);
223
paintInfo.scaleOffsetForStrokeWidth(
totalOffset
);
226
current->x +
totalOffset
.x,
227
current->y +
totalOffset
.y);
230
current->x -
totalOffset
.x,
231
current->y -
totalOffset
.y);
365
Vector2
totalOffset
= paintInfo.deriveAAOffset(totalOffsetFromNormals(lastNormal, nextNormal));
368
current->x +
totalOffset
.x,
369
current->y +
totalOffset
.y,
372
current->x -
totalOffset
.x
[
all
...]
/libcore/luni/src/main/java/libcore/util/
ZoneInfo.java
511
int
totalOffset
;
519
totalOffset
= rawOffset;
524
totalOffset
= mRawOffset + mOffsets[type] * 1000;
527
rawOffset =
totalOffset
;
546
dstOffset =
totalOffset
- rawOffset;
553
return
totalOffset
;
[
all
...]
/external/ImageMagick/coders/
palm.c
248
totalOffset
,
311
totalOffset
=0;
559
totalOffset
+=(MagickOffsetType) (nextDepthOffset*4);
560
if (
totalOffset
>= (MagickOffsetType) GetBlobSize(image))
563
seekNextDepth=SeekBlob(image,
totalOffset
,SEEK_SET);
564
if (seekNextDepth !=
totalOffset
)
[
all
...]
/frameworks/av/media/libstagefright/
MPEG4Extractor.cpp
[
all
...]
/external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py
59
totalOffset
= 4 + 8 * numSubTables
72
offset = seen[id(table.cmap)] = done[chunk] =
totalOffset
+ len(tableData)
[
all
...]
Completed in 263 milliseconds