HomeSort by relevance Sort by last modified time
    Searched refs:bm (Results 201 - 225 of 258) sorted by null

1 2 3 4 5 6 7 891011

  /external/chromium_org/third_party/skia/src/core/
SkCanvas.cpp 655 SkBitmap bm(*bitmap);
656 bm.lockPixels();
657 if (bm.getPixels() && this->readPixels(bm.info(), bm.getPixels(), bm.rowBytes(), x, y)) {
733 SkBitmap bm(bitmap);
734 bm.lockPixels();
735 if (bm.getPixels()) {
736 return this->writePixels(bm.info(), bm.getPixels(), bm.rowBytes(), x, y)
    [all...]
SkPictureData.cpp 495 SkBitmap* bm = &fBitmaps->writableAt(i); local
496 buffer.readBitmap(bm);
497 bm->setImmutable();
SkDraw.cpp 515 const SkBitmap* bm = blitter->justAnOpaqueColor(&value); local
516 if (bm && kRGB_565_SkColorType == bm->colorType()) {
518 } else if (bm && kN32_SkColorType == bm->colorType()) {
1550 SkBitmap bm; local
2339 SkBitmap bm; local
    [all...]
SkBitmapProcState.cpp 113 static inline bool cache_size_okay(const SkBitmap& bm, const SkMatrix& invMat) {
121 return bm.info().getSafeSize(bm.info().minRowBytes())
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
SampleApp.cpp 295 const SkBitmap& bm = win->getBitmap(); local
296 fCurRenderTarget->writePixels(0, 0, bm.width(), bm.height(),
297 SkImageInfo2GrPixelConfig(bm.colorType(),
298 bm.alphaType()),
299 bm.getPixels(),
300 bm.rowBytes());
998 SkBitmap bm; local
999 if (bm.tryAllocPixels(canvas->imageInfo())) {
1000 canvas->readPixels(&bm, 0, 0)
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 259 bool decodeSubset(SkBitmap* bm, const SkIRect& subset, SkColorType pref);
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 972 SkBitmap bm; local
975 switch (shader->asABitmap(&bm, &matrix, modes)) {
978 setfield_number(L, "genID", bm.pixelRef() ? bm.pixelRef()->getGenerationID() : 0);
979 setfield_number(L, "width", bm.width());
980 setfield_number(L, "height", bm.height());
    [all...]
SkDeferredCanvas.cpp 47 SkBitmap bm; local
48 if (shader->asABitmap(&bm, NULL, NULL) &&
49 bm.getTexture()) {
    [all...]
  /external/chromium_org/v8/src/ia32/
disasm-ia32.cc 168 void CopyTable(const ByteMnemonic bm[], InstructionType type);
208 void InstructionTable::CopyTable(const ByteMnemonic bm[],
210 for (int i = 0; bm[i].b >= 0; i++) {
211 InstructionDesc* id = &instructions_[bm[i].b];
212 id->mnem = bm[i].mnem;
213 id->op_order_ = bm[i].op_order_;
    [all...]
  /external/chromium_org/v8/src/x64/
disasm-x64.cc 176 void CopyTable(const ByteMnemonic bm[], InstructionType type);
211 void InstructionTable::CopyTable(const ByteMnemonic bm[],
213 for (int i = 0; bm[i].b >= 0; i++) {
214 InstructionDesc* id = &instructions_[bm[i].b];
215 id->mnem = bm[i].mnem;
216 OperandType op_order = bm[i].op_order_;
    [all...]
  /external/chromium_org/v8/src/x87/
disasm-x87.cc 168 void CopyTable(const ByteMnemonic bm[], InstructionType type);
208 void InstructionTable::CopyTable(const ByteMnemonic bm[],
210 for (int i = 0; bm[i].b >= 0; i++) {
211 InstructionDesc* id = &instructions_[bm[i].b];
212 id->mnem = bm[i].mnem;
213 id->op_order_ = bm[i].op_order_;
    [all...]
  /external/chromium_org/third_party/skia/tests/
BlurTest.cpp 33 static void create(SkBitmap* bm, const SkIRect& bound) {
34 bm->allocN32Pixels(bound.width(), bound.height());
  /external/chromium_org/third_party/skia/tools/
PictureRenderer.cpp 353 static SkData* encode_bitmap_to_data(size_t*, const SkBitmap& bm) {
354 return SkImageEncoder::EncodeData(bm, SkImageEncoder::kPNG_Type, 100);
  /external/libexif/contrib/watcom/
Makefile 46 CPPFLAGS = /dWIN32 /bm /fo=$(OUTPUTDIR)\ /fr -zq $(IFLAGS) $(OPTFLAGS) $(WINVERFLAGS) $(EXTRACPPFLAGS)
87 #CFLAGS = /dWIN32 /bm /fr -zq -i=. -5r -od -d2 /d2 /zm /fo=$(LIBEXIFDIR)\
  /external/chromium_org/content/renderer/gpu/
gpu_benchmarking_extension.cc 47 static SkData* EncodeBitmapToData(size_t* offset, const SkBitmap& bm) {
48 SkPixelRef* pr = bm.pixelRef();
55 if (gfx::PNGCodec::EncodeBGRASkBitmap(bm, false, &vector)) {
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc 533 Benchmark* bm; member in struct:leveldb::__anon17064::RandomGenerator::Benchmark::ThreadArg
555 (arg->bm->*(arg->method))(thread);
577 arg[i].bm = this;
  /external/chromium_org/sync/engine/
directory_update_handler_unittest.cc     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
bitstream.c 769 const int bm = m->bmi[i].as_mode; local
772 ++intra_mode_stats [A] [L] [bm];
775 write_bmode(bc, bm, vp8_kf_bmode_prob [A] [L]);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 770 const int bm = m->bmi[i].as_mode; local
773 ++intra_mode_stats [A] [L] [bm];
776 write_bmode(bc, bm, vp8_kf_bmode_prob [A] [L]);
    [all...]
  /external/chromium_org/third_party/icu/source/data/lang/
resfiles.mk 57 bem.txt bez.txt bg.txt bm.txt bn.txt\
  /external/chromium_org/third_party/icu/source/data/region/
resfiles.mk 57 bg.txt bm.txt bn.txt bn_IN.txt bo.txt\
  /external/chromium_org/third_party/icu/source/data/zone/
resfiles.mk 57 bez.txt bg.txt bm.txt bn.txt bn_IN.txt\
  /external/icu/icu4c/source/data/lang/
resfiles.mk 56 be.txt bem.txt bez.txt bg.txt bm.txt\
  /external/icu/icu4c/source/data/region/
resfiles.mk 56 bez.txt bg.txt bm.txt bn.txt bn_IN.txt\
  /external/icu/icu4c/source/data/zone/
resfiles.mk 56 bem.txt bez.txt bg.txt bm.txt bn.txt\

Completed in 2008 milliseconds

1 2 3 4 5 6 7 891011