HomeSort by relevance Sort by last modified time
    Searched defs:face (Results 251 - 275 of 381) sorted by null

<<111213141516

  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.cpp 388 FXFT_Face face; local
389 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) {
392 FXFT_Set_Pixel_Sizes(face, 0, 64);
393 return face;
406 FXFT_Face face; local
407 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) {
410 FXFT_Set_Pixel_Sizes(face, 0, 64);
411 return face;
425 FXFT_Face face; local
426 if (FXFT_Open_Face(m_FTLibrary, &args, iFaceIndex, &face)) {
465 FXFT_Face face = GetFontFace(file); local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftmac.c 33 face->num_fixed_sizes is set to 0, because bitmap data in `NFNT'
52 appended to the face: On the Mac there are usually no AFM files
361 short i, face, face_all; local
367 face = 0;
372 face++;
374 return face;
382 to load a face OTHER than the first one in the FOND!
415 /* if the face at this index is not scalable,
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttsbit.c 45 tt_face_load_eblc( TT_Face face,
56 face->sbit_num_strikes = 0;
59 error = face->goto_table( face, TTAG_CBLC, stream, &table_size );
61 error = face->goto_table( face, TTAG_EBLC, stream, &table_size );
63 error = face->goto_table( face, TTAG_bloc, stream, &table_size );
74 if ( FT_FRAME_EXTRACT( table_size, face->sbit_table ) )
77 face->sbit_table_size = table_size
166 TT_Face face; member in struct:TT_SBitDecoderRec_
    [all...]
  /external/skia/src/gpu/
GrClipMaskManager.cpp 974 GrStencilSettings::Face face = GrStencilSettings::kFront_Face; local
    [all...]
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 89 jclass mFaceClass; // strong reference to Face class
141 jclass faceClazz = env->FindClass("android/hardware/Camera$Face");
342 ALOGE("Couldn't allocate face metadata array");
347 jobject face = env->NewObject(mFaceClass, fields.face_constructor); local
348 env->SetObjectArrayElement(obj, i, face);
356 env->SetObjectField(face, fields.face_rect, rect);
357 env->SetIntField(face, fields.face_score, metadata->faces[i].score);
359 env->DeleteLocalRef(face);
869 snprintf(msg, sizeof(msg), "invalid face detection type=%d", type);
872 jniThrowRuntimeException(env, "start face detection failed")
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuCore.h 51 RsAllocationCubemapFace face; member in struct:android::renderscript::__anon39021
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rs_hal.h 59 RsAllocationCubemapFace face; member in struct:android::renderscript::__anon73811
172 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
184 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rs_hal.h 59 RsAllocationCubemapFace face; member in struct:android::renderscript::__anon75109
172 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
184 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rs_hal.h 59 RsAllocationCubemapFace face; member in struct:android::renderscript::__anon76419
172 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
184 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp 810 HarfBuzzFace* face = platformData->harfBuzzFace(); local
811 if (!face)
854 face->setScriptForVerticalGlyphSubstitution(harfBuzzBuffer.get());
856 HarfBuzzScopedPtr<hb_font_t> harfBuzzFont(face->createFont(), hb_font_destroy);
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
aflatin.c 57 FT_Face face )
66 af_glyph_hints_init( hints, face->memory );
79 glyph_index = FT_Get_Char_Index( face,
87 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
88 if ( error || face->glyph->outline.n_points <= 0 )
100 scaler->face = face;
106 error = af_glyph_hints_reload( hints, &face->glyph->outline );
217 FT_Face face )
259 /* load the character in the face -- skip unknown or empty ones *
1527 FT_Face face = metrics->root.scaler.face; local
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.c 244 /* face :: The current face object. */
254 TT_Face face,
262 builder->face = face;
264 builder->memory = face->root.memory;
372 /* face :: The current face object. */
384 TT_Face face,
390 CFF_Font cff = (CFF_Font)face->extra.data
744 TT_Face face = decoder->builder.face; local
2615 TT_Face face = (TT_Face)glyph->root.face; local
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttcmap.c 709 TT_Face face = (TT_Face)cmap->cmap.cmap.charmap.face; local
710 FT_Byte* limit = face->cmap_table + face->cmap_size;
1052 TT_Face face = (TT_Face)cmap->cmap.charmap.face; local
1147 TT_Face face = (TT_Face)cmap->cmap.charmap.face; local
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c 73 TT_Get_HMetrics( TT_Face face,
78 ( (SFNT_Service)face->sfnt )->get_metrics( face, 0, idx, lsb, aw );
96 TT_Get_VMetrics( TT_Face face,
101 if ( face->vertical_info )
102 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, idx, tsb, ah );
109 *ah = face->root.units_per_EM;
114 else if ( face->os2.version != 0xFFFFU )
116 *tsb = face->os2.sTypoAscender
136 TT_Face face = (TT_Face)loader->face; local
183 TT_Face face = (TT_Face)loader->face; local
353 TT_Face face = (TT_Face)load->face; local
731 TT_Face face = (TT_Face)loader->face; local
923 TT_Face face = (TT_Face)loader->face; local
1300 TT_Face face = (TT_Face)loader->face; local
1702 TT_Face face = (TT_Face)loader->face; local
1880 TT_Face face; local
1941 TT_Face face; local
    [all...]
ttinterp.h 159 TT_Face face; member in struct:TT_ExecContextRec_
331 /* Queries the face context for a given font. Note that there is */
336 /* face :: A handle to the source face object. */
339 /* A handle to the execution context. Initialized for `face'. */
354 TT_Face face,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 588 * If sampling a cube texture, r = cube face in [0,5].
670 * If sampling a cube texture, r = cube face in [0,5].
738 z0 = z1 = r; /* cube face */
1011 LLVMValueRef face, face_s, face_t; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 909 Value *face = i->getDef(0); local
910 bld.mkInterp(NV50_IR_INTERP_FLAT, face, addr, NULL);
912 bld.mkOp2(OP_AND, TYPE_U32, face, face, bld.mkImm(0x80000000));
913 bld.mkOp2(OP_XOR, TYPE_U32, face, face, bld.mkImm(0xbf800000));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 386 unsigned face = setup->facing == 0 ? PIPE_FACE_FRONT : PIPE_FACE_BACK; local
388 if (face & setup->cull_face)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_mipmap_tree.c 645 * For cube map textures, either the \c face parameter can be used, of course,
646 * or the cube face can be interpreted as a depth layer and the \c layer
651 GLuint level, GLuint face, GLuint layer,
656 if (face > 0) {
658 assert(face < 6);
660 slice = face;
663 * that case, the caller chose to interpret each cube face as a layer.
665 assert(face == 0);
678 int face,
694 intel_miptree_get_image_offset(dst_mt, level, face, depth
750 int face = intelImage->base.Base.Face; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
fbobject.c 2658 GLuint face; local
    [all...]
mipmap.c 1829 GLuint face; local
    [all...]
teximage.c 552 * For cube map faces, return a face index in [0,5].
580 const GLuint face = _mesa_tex_target_to_face(target); local
587 tObj->Image[face][level] = texImage;
592 texImage->Face = face;
800 const GLuint face = _mesa_tex_target_to_face(target); local
806 return texObj->Image[face][level];
2671 GLuint level, face; member in struct:cb_info
2685 const GLuint level = info->level, face = info->face; local
3030 const GLuint face = _mesa_tex_target_to_face(target); local
3369 const GLuint face = _mesa_tex_target_to_face(target); local
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_android.cpp 485 static bool find_proc(SkTypeface* face, SkTypeface::Style style, void* ctx) {
487 FontRecID currFontRecID = ((FontConfigTypeface*)face)->getIdentity().fID;
493 SkTypeface* face = fontRec.fTypeface.get(); local
494 if (!face) {
496 face = SkTypefaceCache::FindByProcAndRef(find_proc, &fontRecID);
499 if (!face) {
503 face = SkTypeface::CreateFromName(familyName, fontRec.fStyle);
507 fontRec.fTypeface = face;
509 SkASSERT(face);
510 return face;
535 SkTypeface* face = this->getTypefaceForFontRec(fontRecID); local
555 SkTypeface* face = this->getTypefaceForFontRec(fontRecID); local
    [all...]
SkFontMgr_win_dw.cpp 434 SkTypeface* face = fTFCache.findByProcAndRef(FindByDWriteFont, &spec); local
435 if (NULL == face) {
436 face = DWriteFontTypeface::Create(fFactory.get(), fontFace, font, fontFamily);
437 if (face) {
438 fTFCache.add(face, get_style(font), true);
441 return face;
641 HRNM(font->CreateFontFace(&fontFace), "Could not create font face.");
657 HRNM(font->CreateFontFace(&fontFace), "Could not create font face.");
716 HRNM(font->CreateFontFace(&fontFace), "Could not create font face.");
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-shaper.cpp 457 const bool symbolFont = item->face->isSymbolFont;
961 HB_Face face = (HB_Face )malloc(sizeof(HB_FaceRec)); local
1137 HB_Face face = item->face; local
1212 HB_Face face = item->face; local
    [all...]

Completed in 1440 milliseconds

<<111213141516