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

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c 122 * image (determined by \p face and \p level).
128 GLuint face, GLuint level, GLuint* curOffset)
140 lvl->faces[face].offset = *curOffset;
144 "%s(%p) level %d, face %d: rs:%d %dx%d at %d\n",
146 level, face,
147 lvl->rowstride, lvl->width, height, lvl->faces[face].offset);
161 GLuint curOffset, i, face, level; local
166 for(face = 0; face < mt->faces; face++)
573 unsigned face, level; local
    [all...]
radeon_texture.c 171 image->base.Map = image->mt->bo->ptr + lvl->faces[image->base.Base.Face].offset;
255 base = mt->bo->ptr + lvl->faces[image->base.Base.Face].offset;
709 GLuint level, face; local
720 face = image->base.Base.Face;
729 image->base.Map = mt->bo->ptr + lvl->faces[face].offset;
755 int i, face; local
758 for (face = 0; face < nr_faces; face++)
771 int i, face; local
    [all...]
  /external/mesa3d/src/mesa/main/
es1_conversion.c 275 _es_GetMaterialxv(GLenum face, GLenum pname, GLfixed *params)
281 switch(face) {
287 "glGetMaterialxv(face=0x%x)", face); local
306 _mesa_GetMaterialfv(face, pname, converted_params);
567 _es_Materialx(GLenum face, GLenum pname, GLfixed param)
569 if (face != GL_FRONT_AND_BACK) {
571 "glMaterialx(face=0x%x)", face); local
581 _es_Materialf(face, pname, (GLfloat) (param / 65536.0f))
593 "glMaterialxv(face=0x%x)", face); local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_stencil.c 121 * @param face 0 or 1 for front or back face operation
127 apply_stencil_op(const struct gl_context *ctx, GLenum oper, GLuint face,
131 const GLubyte ref = ctx->Stencil.Ref[face];
132 const GLubyte wrtmask = ctx->Stencil.WriteMask[face];
201 * @param face 0 or 1 for front or back-face polygons
210 do_stencil_test(struct gl_context *ctx, GLuint face, GLuint n,
217 const GLuint valueMask = ctx->Stencil.ValueMask[face];
218 const GLubyte ref = (GLubyte) (ctx->Stencil.Ref[face] & valueMask)
356 const GLuint face = (span->facing == 0) ? 0 : ctx->Stencil._BackFace; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffdrivr.c 80 /* glyphs of the same face. */
83 /* face :: A handle to the source face object. */
111 TT_Face face = (TT_Face)ttface; local
112 SFNT_Service sfnt = (SFNT_Service)face->sfnt;
119 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
140 /* size :: A handle to the source face size at which the glyph */
179 if ( cffsize->face != cffslot->face )
194 cff_get_advances( FT_Face face,
415 FT_Face face = FT_CMAP_FACE( cmap ); local
    [all...]
cffgload.h 47 /* face :: The current face object. */
84 TT_Face face; member in struct:CFF_Builder_
134 cff_get_glyph_data( TT_Face face,
139 cff_free_glyph_data( TT_Face face,
201 TT_Face face,
216 cff_compute_max_advance( TT_Face face,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttobjs.c 146 /* Compare the face with a list of well-known `tricky' fonts. */
214 tt_get_sfnt_checksum( TT_Face face,
218 if ( face->dir_tables[i].CheckSum )
219 return face->dir_tables[i].CheckSum;
222 if ( !face->goto_table )
225 if ( face->goto_table( face,
226 face->dir_tables[i].Tag,
227 face->root.stream,
231 return (FT_ULong)tt_synth_sfnt_checksum( face->root.stream
439 TT_Face face = (TT_Face)ttface; local
514 TT_Face face = (TT_Face)ttface; local
684 TT_Face face = (TT_Face)ttface; local
754 TT_Face face = (TT_Face)size->root.face; local
848 TT_Face face = (TT_Face)size->root.face; local
929 TT_Face face = (TT_Face)ftsize->face; local
974 TT_Face face = (TT_Face)ftsize->face; local
1075 TT_Face face = (TT_Face)size->root.face; local
1184 TT_Face face; local
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 112 FX_BOOL _LoadFile(FXFT_Library library, FXFT_Face* Face, IFX_FileRead* pFile, FXFT_Stream* stream)
127 if (FXFT_Open_Face(library, &args, 0, Face)) {
174 FXFT_Face face; local
175 int error = FXFT_New_Memory_Face(library, pData, size, 0, &face);
179 error = FXFT_Set_Pixel_Sizes(face, 64, 64);
183 return face;
414 FXFT_Face face = m_pFont->GetFace(); local
415 if (!face) {
418 if (FXFT_Select_Charmap(face, FXFT_ENCODING_UNICODE) == 0) {
419 return FXFT_Get_Char_Index(face, charcode);
434 FXFT_Face face = m_pFont->GetFace(); local
    [all...]
  /external/skia/src/fonts/
SkFontMgr_fontconfig.cpp 314 SkTypeface* face = FontConfigTypeface::Create(style, isFixedWidth, stream); variable
315 return face;
  /external/skia/tests/
PaintTest.cpp 84 SkTypeface* face = paint.getTypeface(); local
103 int first = face->charsToGlyphs(dst, paint2encoding(paint), glyphs1, NGLYPHS);
  /external/chromium_org/content/browser/renderer_host/
sandbox_ipc_linux.cc 442 std::string face; local
446 if (!pickle.ReadString(&iter, &face) || face.empty() ||
459 pattern, FC_FAMILY, reinterpret_cast<const FcChar8*>(face.c_str()));
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceSet.cpp 388 FontFace* face = fontFaces[i].get(); local
390 callback->handleItem(*thisArg, face, face, const_cast<FontFaceSet*>(this));
392 callback->handleItem(face, face, const_cast<FontFaceSet*>(this));
488 CSSSegmentedFontFace* face = fontFaceCache->get(font.fontDescription(), f->family()); local
489 if (face) {
490 if (!face->checkFont(nullToSpace(text)))
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 177 AtomicString face; local
180 face = AtomicString(contentValue->getStringValue());
184 face = settings->genericFontFamilySettings().standard();
187 face = FontFamilyNames::webkit_serif;
191 face = FontFamilyNames::webkit_sans_serif;
195 face = FontFamilyNames::webkit_cursive;
199 face = FontFamilyNames::webkit_fantasy;
203 face = FontFamilyNames::webkit_monospace;
207 face = FontFamilyNames::webkit_pictograph;
215 if (!face.isEmpty())
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
aftypes.h 183 FT_Face face; /* source font face */ member in struct:AF_ScalerRec_
213 * - A set of Unicode ranges to test whether the face supports the
267 FT_Face face );
  /external/chromium_org/third_party/freetype/src/cff/
cffobjs.c 61 CFF_Face face = (CFF_Face)size->root.face; local
62 CFF_Font font = (CFF_Font)face->extra.data;
67 module = FT_Get_Module( size->root.face->driver->root.library,
79 CFF_Face face = (CFF_Face)size->root.face; local
80 CFF_Font font = (CFF_Font)face->extra.data;
166 CFF_Face face = (CFF_Face)cffsize->face; local
167 CFF_Font font = (CFF_Font)face->extra.data
225 CFF_Face face = (CFF_Face)size->face; local
352 CFF_Face face = (CFF_Face)slot->face; local
488 CFF_Face face = (CFF_Face)cffface; local
1025 CFF_Face face = (CFF_Face)cffface; local
    [all...]
  /external/chromium_org/third_party/freetype/src/psaux/
t1decode.c 121 /* face :: The current face object. */
126 /* A glyph index in the font face. Returns -1 if the corresponding */
201 T1_Face face = (T1_Face)decoder->builder.face; local
224 !face->root.internal->incremental_interface )
235 if ( face->root.internal->incremental_interface )
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttsbit0.c 43 tt_face_load_eblc( TT_Face face,
54 face->sbit_num_strikes = 0;
57 error = face->goto_table( face, TTAG_EBLC, stream, &table_size );
59 error = face->goto_table( face, TTAG_bloc, stream, &table_size );
70 if ( FT_FRAME_EXTRACT( table_size, face->sbit_table ) )
73 face->sbit_table_size = table_size;
75 p = face->sbit_table;
96 face->sbit_num_strikes = count
162 TT_Face face; member in struct:TT_SBitDecoderRec_
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttsubpix.c 818 sph_test_tweak( TT_Face face,
839 FT_Get_Char_Index( (FT_Face)face,
849 scale_test_tweak( TT_Face face,
870 FT_Get_Char_Index( (FT_Face)face,
880 sph_test_tweak_x_scaling( TT_Face face,
886 return scale_test_tweak( face, family, ppem, style, glyph_index,
892 if ( sph_test_tweak( face, family, ppem, style, glyph_index, \
897 if ( sph_test_tweak( face, family, ppem, style, glyph_index, \
906 TT_Face face = (TT_Face)loader->face; local
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape.cc 125 * shaper face data
129 _hb_ot_shaper_face_data_create (hb_face_t *face)
131 return _hb_ot_layout_create (face);
209 hb_face_t *face; member in struct:hb_ot_shape_context_t
420 if (!hb_ot_layout_has_positioning (c->face))
435 if (!hb_ot_layout_has_glyph_classes (c->face))
524 if (hb_ot_layout_has_positioning (c->face))
681 hb_ot_shape_context_t c = {HB_SHAPER_DATA_GET (shape_plan), font, font->face, buffer, features, num_features};
728 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props,
747 hb_ot_layout_lookup_substitute_closure (font->face, lookup_index, glyphs)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_resource_texture.c 300 unsigned face; local
311 for (face = 0; face < 6; face++) {
312 unsigned x = initial_offsets[face][0] * nblocks;
313 unsigned y = initial_offsets[face][1] * nblocks;
317 i915_texture_set_image_offset(tex, level, face, x, y);
319 x += step_offsets[face][0] * d;
320 y += step_offsets[face][1] * d;
559 unsigned face; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 615 uint face = quad->input.facing; local
618 /* single-sided stencil test, use front (face=0) state */
619 face = 0;
622 /* 0 = front-face, 1 = back-face */
623 assert(face == 0 || face == 1);
625 /* choose front or back face function, operator, etc */
627 func = softpipe->depth_stencil->stencil[face].func;
628 failOp = softpipe->depth_stencil->stencil[face].fail_op
    [all...]
  /external/freetype/src/cff/
cffobjs.c 61 CFF_Face face = (CFF_Face)size->root.face; local
62 CFF_Font font = (CFF_Font)face->extra.data;
67 module = FT_Get_Module( size->root.face->driver->root.library,
79 CFF_Face face = (CFF_Face)size->root.face; local
80 CFF_Font font = (CFF_Font)face->extra.data;
166 CFF_Face face = (CFF_Face)cffsize->face; local
167 CFF_Font font = (CFF_Font)face->extra.data
225 CFF_Face face = (CFF_Face)size->face; local
352 CFF_Face face = (CFF_Face)slot->face; local
488 CFF_Face face = (CFF_Face)cffface; local
1025 CFF_Face face = (CFF_Face)cffface; local
    [all...]
  /external/freetype/src/psaux/
t1decode.c 121 /* face :: The current face object. */
126 /* A glyph index in the font face. Returns -1 if the corresponding */
201 T1_Face face = (T1_Face)decoder->builder.face; local
224 !face->root.internal->incremental_interface )
235 if ( face->root.internal->incremental_interface )
    [all...]
  /external/freetype/src/truetype/
ttsubpix.c 818 sph_test_tweak( TT_Face face,
839 FT_Get_Char_Index( (FT_Face)face,
849 scale_test_tweak( TT_Face face,
870 FT_Get_Char_Index( (FT_Face)face,
880 sph_test_tweak_x_scaling( TT_Face face,
886 return scale_test_tweak( face, family, ppem, style, glyph_index,
892 if ( sph_test_tweak( face, family, ppem, style, glyph_index, \
897 if ( sph_test_tweak( face, family, ppem, style, glyph_index, \
906 TT_Face face = (TT_Face)loader->face; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape.cc 126 * shaper face data
130 _hb_ot_shaper_face_data_create (hb_face_t *face)
132 return _hb_ot_layout_create (face);
210 hb_face_t *face; member in struct:hb_ot_shape_context_t
437 if (!hb_ot_layout_has_positioning (c->face))
452 if (!hb_ot_layout_has_glyph_classes (c->face))
539 bool has_positioning = hb_ot_layout_has_positioning (c->face);
728 hb_ot_shape_context_t c = {HB_SHAPER_DATA_GET (shape_plan), font, font->face, buffer, features, num_features};
775 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached (font->face, &buffer->props,
795 hb_ot_layout_lookup_substitute_closure (font->face, lookup_index, glyphs)
    [all...]

Completed in 887 milliseconds

1 2 3 4 5 6 7 891011>>