HomeSort by relevance Sort by last modified time
    Searched refs:frameBytes (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.cpp 41 static int frameBytes(const IntSize& frameSize)
99 if (m_frames.size() * frameBytes(m_size) > cLargeAnimationCutoff)
109 int deltaBytes = framesCleared * -frameBytes(m_size);
141 int deltaBytes = frameBytes(frameSize);
  /dalvik/vm/interp/
Jit.cpp 189 int frameBytes = (int) shadowSpace->registerSpace +
211 LOGD("Frame1 Bytes: %d Frame2 Local: %d Bytes: %d", frameBytes,
302 int frameBytes = (int) shadowSpace->registerSpace +
305 if (memcmp(shadowSpace->fp, shadowSpace->shadowFP, frameBytes)) {
315 (int)shadowSpace->fp, frameBytes);
318 frameBytes/4);
320 (int)shadowSpace->shadowFP, frameBytes);
323 frameBytes/4);
    [all...]

Completed in 30 milliseconds