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

1 2 3 4 5 67 8 91011>>

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_tile_cache.h 58 unsigned face:3; member in struct:tex_tile_address::__anon31106
136 unsigned face,
145 addr.bits.face = face;
  /external/mesa3d/src/gallium/drivers/svga/
svga_surface.c 120 "svga: Create surface view: face %d zslice %d mips %d..%d\n",
193 unsigned face, zslice; local
208 face = surf_tmpl->u.tex.first_layer;
212 face = 0;
261 SVGA_DBG(DEBUG_VIEWS, "svga: Surface view: yes %p, level %u face %u z %u, %p\n",
262 pt, surf_tmpl->u.tex.level, face, zslice, s);
266 1, face, zslice, &s->key);
271 SVGA_DBG(DEBUG_VIEWS, "svga: Surface view: no %p, level %u, face %u, z %u, %p\n",
272 pt, surf_tmpl->u.tex.level, face, zslice, s);
276 s->real_face = face;
356 unsigned zslice, face; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_tex_layout.c 118 GLuint face; local
137 for (face = 0; face < 6; face++) {
138 GLuint x = initial_offsets[face][0] * dim;
139 GLuint y = initial_offsets[face][1] * dim;
143 intel_miptree_set_image_offset(mt, level, face, x, y);
147 face, level, mt->first_level, mt->last_level);
150 x += step_offsets[face][0] * d;
151 y += step_offsets[face][1] * d
316 GLuint face; local
    [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c 58 const GLuint face = (GLuint) state[1]; local
60 ASSERT(face == 0 || face == 1);
69 COPY_4V(value, mat->Attrib[MAT_ATTRIB_FRONT_AMBIENT + face]);
72 COPY_4V(value, mat->Attrib[MAT_ATTRIB_FRONT_DIFFUSE + face]);
75 COPY_4V(value, mat->Attrib[MAT_ATTRIB_FRONT_SPECULAR + face]);
78 COPY_4V(value, mat->Attrib[MAT_ATTRIB_FRONT_EMISSION + face]);
81 value[0] = mat->Attrib[MAT_ATTRIB_FRONT_SHININESS + face][0];
170 const GLuint face = (GLuint) state[2]; local
172 ASSERT(face == 0 || face == 1)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_renderbuffer.c 568 const GLuint face = fb->Attachment[buffer].CubeMapFace; local
570 struct gl_texture_image *texImage = texObj->Image[face][level];
602 const GLuint face = fb->Attachment[buffer].CubeMapFace; local
604 struct gl_texture_image *texImage = texObj->Image[face][level];
s_texture.c 251 GLuint face, level; local
253 for (face = 0; face < faces; face++) {
255 struct gl_texture_image *texImage = texObj->Image[face][level];
272 GLuint face, level; local
274 for (face = 0; face < faces; face++) {
276 struct gl_texture_image *texImage = texObj->Image[face][level]
340 GLint face, level; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffobjs.h 154 /* Face functions */
158 FT_Face face, /* CFF_Face */
164 cff_face_done( FT_Face face ); /* CFF_Face */ variable
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
cidgload.c 44 CID_Face face = (CID_Face)decoder->builder.face; local
45 CID_FaceInfo cid = &face->cid;
48 FT_Stream stream = face->cid_stream;
51 FT_Memory memory = face->root.memory;
53 PSAux_Service psaux = (PSAux_Service)face->psaux;
57 face->root.internal->incremental_interface;
135 CID_Subrs cid_subrs = face->subrs + fd_select;
217 cid_face_compute_max_advance( CID_Face face,
224 PSAux_Service psaux = (PSAux_Service)face->psaux
277 CID_Face face = (CID_Face)cidglyph->face; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttdriver.c 149 /* glyphs of the same face. */
152 /* face :: A handle to the source face object. */
180 TT_Face face = (TT_Face)ttface; local
181 SFNT_Service sfnt = (SFNT_Service)face->sfnt;
188 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
205 TT_Face face = (TT_Face) ttface; local
218 TT_Get_VMetrics( face, start + nn, &tsb, &ah );
230 TT_Get_HMetrics( face, start + nn, &lsb, &aw );
257 TT_Face ttface = (TT_Face)size->face;
361 FT_Face face = ttslot->face; local
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 86 CFX_ByteString face = facearr; local
87 if (face.Find("Gothic") >= 0 || face.Find("\x83\x53\x83\x56\x83\x62\x83\x4e") >= 0) {
88 if (face.Find("PGothic") >= 0 || face.Find("\x82\x6f\x83\x53\x83\x56\x83\x62\x83\x4e") >= 0) {
93 } else if (face.Find("Mincho") >= 0 || face.Find("\x96\xbe\x92\xa9") >= 0) {
94 if (face.Find("PMincho") >= 0 || face.Find("\x82\x6f\x96\xbe\x92\xa9") >= 0) {
107 CFX_ByteString face = cstr_face; local
    [all...]
  /external/skia/experimental/PdfViewer/
SkPdfFont.cpp 184 SkTypeface* face = SkTypeface::CreateFromStream(skStream); local
186 if (face == NULL) {
191 face->ref();
193 return new SkPdfStandardFont(face);
  /external/skia/gm/
typeface.cpp 104 SkTypeface* face = paint.getTypeface(); local
105 if (!face) {
119 if (!face->getKerningPairAdjustments(glyphs, glyphCount, adjustments)) {
  /external/skia/samplecode/
SampleXfermodesBlur.cpp 34 SkTypeface* face = SkTypeface::CreateFromName(name, SkTypeface::kNormal); local
35 paint->setTypeface(face);
36 SkSafeUnref(face);
  /external/skia/src/core/
SkTypefaceCache.cpp 31 void SkTypefaceCache::add(SkTypeface* face,
39 rec->fFace = face;
43 face->ref();
45 face->weak_ref();
85 SkTypeface* face = fArray[i].fFace; local
87 if ((strong && face->unique()) || (!strong && face->weak_expired())) {
89 face->unref();
91 face->weak_unref();
122 void SkTypefaceCache::Add(SkTypeface* face,
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
FrameProcessor.cpp 143 ALOGE("%s: Camera %d: Unable to read face scores",
155 ALOGE("%s: Camera %d: Unable to read face landmarks",
164 ALOGE("%s: Camera %d: Unable to read face IDs",
180 ALOGW("%s: Face index %zu with out of range score %d",
184 camera_face_t face; local
186 face.rect[0] = l.mParameters.arrayXToNormalized(faceRects[i*4 + 0]);
187 face.rect[1] = l.mParameters.arrayYToNormalized(faceRects[i*4 + 1]);
188 face.rect[2] = l.mParameters.arrayXToNormalized(faceRects[i*4 + 2]);
189 face.rect[3] = l.mParameters.arrayYToNormalized(faceRects[i*4 + 3]);
191 face.score = faceScores[i]
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
FaceSquareFilterTest.java 39 import android.hardware.Camera.Face;
59 FrameValues facesFrame = createFrame(FrameType.array(Camera.Face.class), new int[] {1,1}).
66 Face face = new Face(); local
68 // These are the values for image 141 with 1 face
70 face.rect = faceRect;
71 Face[] faces = new Face[1];
72 faces[0] = face;
    [all...]
  /frameworks/minikin/sample/
example_skia.cpp 58 FT_Face face; local
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_fd.h 30 * enum msm_fd_pose - Face pose.
41 * struct msm_fd_face_data - Structure contain detected face data.
43 * @angle: Face angle
44 * @confidence: Face confidence level.
46 * @face: Face rectangle.
53 struct v4l2_rect face; member in struct:msm_fd_face_data
60 * @face_data: Pointer to array of face data structures.
74 * @face_data: Pointer to array of face data structures.
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
FaceClustering.java 50 Face[] faces = item.getFaces();
52 Face face = faces[faceIndex]; local
55 mCoverRegion = face.getPosition();
58 Rect region = face.getPosition();
62 mCoverRegion = face.getPosition();
92 final TreeMap<Face, FaceCluster> map =
93 new TreeMap<Face, FaceCluster>();
99 Face[] faces = item.getFaces();
105 Face face = faces[j]
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
TypefaceUtils.java 74 final Typeface face = paint.getTypeface(); local
76 if (face == Typeface.DEFAULT) {
78 } else if (face == Typeface.DEFAULT_BOLD) {
80 } else if (face == Typeface.MONOSPACE) {
  /external/chromium_org/ppapi/c/dev/
ppb_font_dev.h 77 * Font face name as a string. This can also be an undefined var, in which
78 * case the generic family will be obeyed. If the face is not available on
82 struct PP_Var face; member in struct:PP_FontDescription_Dev
84 * When Create()ing a font and the face is an undefined var, the family
85 * specifies the generic font family type to use. If the face is specified,
89 * the font was created. In other words, if you specify a face name, the
  /external/chromium_org/ppapi/c/trusted/
ppb_browser_font_trusted.h 79 * Font face name as a string. This can also be an undefined var, in which
80 * case the generic family will be obeyed. If the face is not available on
84 struct PP_Var face; member in struct:PP_BrowserFont_Trusted_Description
86 * When Create()ing a font and the face is an undefined var, the family
87 * specifies the generic font family type to use. If the face is specified,
91 * the font was created. In other words, if you specify a face name, the
  /external/chromium_org/ppapi/proxy/
serialized_structs.h 33 // face name.
40 // The reference of |face| owned by the PP_FontDescription_Dev will be
46 // Converts to a PP_FontDescription_Dev. The face name will have one ref
52 std::string face; member in struct:ppapi::proxy::SerializedFontDescription
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
SimpleFontDataSkia.cpp 65 SkTypeface* face = paint.getTypeface(); local
66 ASSERT(face);
82 size_t vdmxSize = face->getTableSize(vdmxTag);
86 && face->getTableData(vdmxTag, 0, vdmxSize, vdmxTable) == vdmxSize
144 size_t vheaSize = face->getTableSize(vheaTag);
145 size_t vorgSize = face->getTableSize(vorgTag);
184 if (int unitsPerEm = face->getUnitsPerEm())
  /external/chromium_org/third_party/freetype/src/autofit/
afloader.c 49 FT_Face face )
55 loader->face = face;
56 loader->globals = (AF_FaceGlobals)face->autohint.data;
62 error = af_face_globals_new( face, &loader->globals, module );
65 face->autohint.data =
67 face->autohint.finalizer =
86 loader->face = NULL;
109 FT_Face face = loader->face; local
    [all...]

Completed in 1019 milliseconds

1 2 3 4 5 67 8 91011>>