HomeSort by relevance Sort by last modified time
    Searched refs:totalOffset (Results 1 - 9 of 9) 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 531 int totalOffset;
539 totalOffset = rawOffset;
544 totalOffset = mRawOffset + mOffsets[type] * 1000;
547 rawOffset = totalOffset;
566 dstOffset = totalOffset - rawOffset;
573 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...]
  /external/mesa3d/src/amd/addrlib/r800/
egbaddrlib.cpp     [all...]
siaddrlib.cpp 871 UINT_64 totalOffset;
926 totalOffset = microOffset + macroOffset;
929 UINT_64 addrInBits = totalOffset % (m_pipeInterleaveBytes * 8) +
931 totalOffset / (m_pipeInterleaveBytes * 8) * (m_pipeInterleaveBytes * 8) * numPipes;
    [all...]
  /external/mesa3d/src/amd/addrlib/core/
addrlib.cpp     [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...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.cpp     [all...]

Completed in 161 milliseconds