OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sourceSize
(Results
1 - 19
of
19
) sorted by null
/build/tools/atree/
files.h
29
off_t
sourceSize
;
files.cpp
336
rec->
sourceSize
= 0;
352
rec->
sourceSize
= st.st_size;
atree.cpp
299
if (it->outSize != it->
sourceSize
|| it->outMod < it->sourceMod) {
/external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferDataCG.h
58
void putData(ByteArray*& source, const IntSize&
sourceSize
, const IntRect& sourceRect, const IntPoint& destPoint, const IntSize& size, bool accelerateRendering, bool unmultiplied);
ImageSourceCG.cpp
54
size_t
sourceSize
= sharedBuffer->size();
55
if (position >=
sourceSize
)
59
size_t amount = min<size_t>(count,
sourceSize
- position);
ImageBufferCG.cpp
268
void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize&
sourceSize
, const IntRect& sourceRect, const IntPoint& destPoint)
272
m_data.putData(source,
sourceSize
, sourceRect, destPoint, m_size, m_accelerateRendering, true);
275
void ImageBuffer::putPremultipliedImageData(ByteArray* source, const IntSize&
sourceSize
, const IntRect& sourceRect, const IntPoint& destPoint)
279
m_data.putData(source,
sourceSize
, sourceRect, destPoint, m_size, m_accelerateRendering, false);
ImageBufferDataCG.cpp
255
void ImageBufferData::putData(ByteArray*& source, const IntSize&
sourceSize
, const IntRect& sourceRect, const IntPoint& destPoint, const IntSize& size, bool accelerateRendering, bool unmultiplied)
286
unsigned srcBytesPerRow = 4 *
sourceSize
.width();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
LevenshteinDistance.java
39
final int
sourceSize
= source.length;
41
final int[][] editTab = new int[
sourceSize
+1][targetSize+1];
42
final int[][] distTab = new int[
sourceSize
+1][targetSize+1];
45
for (int i = 1; i <=
sourceSize
; ++i) {
/external/webkit/Source/WebCore/platform/graphics/wx/
ImageBufferWx.cpp
75
void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize&
sourceSize
, const IntRect& sourceRect, const IntPoint& destPoint)
80
void ImageBuffer::putPremultipliedImageData(ByteArray* source, const IntSize&
sourceSize
, const IntRect& sourceRect, const IntPoint& destPoint)
/external/webkit/Source/WebCore/platform/graphics/wince/
ImageBufferWinCE.cpp
191
static void putImageData(ByteArray* source, const IntSize&
sourceSize
, const IntRect& sourceRect, const IntPoint& destPoint, SharedBitmap* bitmap)
205
src += (sourceRect.y() *
sourceSize
.width() + sourceRect.x()) * 4;
208
int srcSkip = (
sourceSize
.width() - destRect.width()) * 4;
235
void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize&
sourceSize
, const IntRect& sourceRect, const IntPoint& destPoint)
237
putImageData<false>(source,
sourceSize
, sourceRect, destPoint, m_data.m_bitmap.get());
240
void ImageBuffer::putPremultipliedImageData(ByteArray* source, const IntSize&
sourceSize
, const IntRect& sourceRect, const IntPoint& destPoint)
242
putImageData<true>(source,
sourceSize
, sourceRect, destPoint, m_data.m_bitmap.get());
/external/webkit/Source/WebCore/platform/graphics/
ImageBuffer.h
92
void putUnmultipliedImageData(ByteArray*, const IntSize&
sourceSize
, const IntRect& sourceRect, const IntPoint& destPoint);
93
void putPremultipliedImageData(ByteArray*, const IntSize&
sourceSize
, const IntRect& sourceRect, const IntPoint& destPoint);
/external/webkit/Source/WebCore/platform/graphics/qt/
ImageBufferQt.cpp
306
void putImageData(ByteArray*& source, const IntSize&
sourceSize
, const IntRect& sourceRect, const IntPoint& destPoint, ImageBufferData& data, const IntSize& size)
334
unsigned srcBytesPerRow = 4 *
sourceSize
.width();
351
srcScanLine +=
sourceSize
.width();
361
srcScanLine +=
sourceSize
.width();
386
void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize&
sourceSize
, const IntRect& sourceRect, const IntPoint& destPoint)
388
putImageData<Unmultiplied>(source,
sourceSize
, sourceRect, destPoint, m_data, m_size);
391
void ImageBuffer::putPremultipliedImageData(ByteArray* source, const IntSize&
sourceSize
, const IntRect& sourceRect, const IntPoint& destPoint)
393
putImageData<Premultiplied>(source,
sourceSize
, sourceRect, destPoint, m_data, m_size);
/external/webkit/Source/WebCore/platform/graphics/cairo/
ImageBufferCairo.cpp
229
void putImageData(ByteArray*& source, const IntSize&
sourceSize
, const IntRect& sourceRect, const IntPoint& destPoint, ImageBufferData& data, const IntSize& size)
261
unsigned srcBytesPerRow = 4 *
sourceSize
.width();
286
void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize&
sourceSize
, const IntRect& sourceRect, const IntPoint& destPoint)
288
putImageData<Unmultiplied>(source,
sourceSize
, sourceRect, destPoint, m_data, m_size);
291
void ImageBuffer::putPremultipliedImageData(ByteArray* source, const IntSize&
sourceSize
, const IntRect& sourceRect, const IntPoint& destPoint)
293
putImageData<Premultiplied>(source,
sourceSize
, sourceRect, destPoint, m_data, m_size);
/external/webkit/Source/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp
270
void putImageData(ByteArray*& source, const IntSize&
sourceSize
, const IntRect& sourceRect, const IntPoint& destPoint,
299
unsigned srcBytesPerRow = 4 *
sourceSize
.width();
339
void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize&
sourceSize
, const IntRect& sourceRect, const IntPoint& destPoint)
342
putImageData<Unmultiplied>(source,
sourceSize
, sourceRect, destPoint, context()->platformContext()->canvas()->getDevice(), m_size);
345
void ImageBuffer::putPremultipliedImageData(ByteArray* source, const IntSize&
sourceSize
, const IntRect& sourceRect, const IntPoint& destPoint)
348
putImageData<Premultiplied>(source,
sourceSize
, sourceRect, destPoint, context()->platformContext()->canvas()->getDevice(), m_size);
/frameworks/base/media/libstagefright/
CameraSourceTimeLapse.cpp
169
size_t
sourceSize
= sourceBuffer.size();
172
(*newBuffer) = new MediaBuffer(
sourceSize
);
173
memcpy((*newBuffer)->data(), sourcePointer,
sourceSize
);
StagefrightMetadataRetriever.cpp
519
off64_t
sourceSize
;
520
if (mSource->getSize(&
sourceSize
) == OK) {
521
int64_t avgBitRate = (int64_t)(
sourceSize
* 8E6 / maxDurationUs);
/external/webkit/Source/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp
179
void ImageBuffer::putUnmultipliedImageData(ByteArray* source, const IntSize&
sourceSize
, const IntRect& sourceRect, const IntPoint& destPoint)
218
unsigned srcBytesPerRow = 4 *
sourceSize
.width();
/external/icu4c/common/
rbbitblb.cpp
956
int32_t
sourceSize
= source->size();
[
all
...]
/dalvik/dx/src/com/android/dx/ssa/
SCCP.java
170
int
sourceSize
= sources.size();
172
for (int i = 0; i <
sourceSize
; i++) {
Completed in 708 milliseconds