Searched refs:uniqueID (Results 1 - 25 of 43) sorted by relevance

12

/external/skia/tests/
H A DGpuLayerCacheTest.cpp43 GrCachedLayer* layer = cache->findLayerOrCreate(picture.uniqueID(),
51 GrCachedLayer* temp = TestingAccess::Find(cache, picture.uniqueID(), SkMatrix::I(),
57 REPORTER_ASSERT(reporter, picture.uniqueID() == layer->pictureID());
123 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
143 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
152 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
182 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
193 GrCachedLayer* layer = TestingAccess::Find(&cache, picture->uniqueID(), SkMatrix::I(),
220 TestingAccess::Purge(&cache, picture->uniqueID());
H A DFontMgrTest.cpp74 inNames[i], name.c_str(), first->uniqueID(), face->uniqueID());
76 REPORTER_ASSERT(reporter, first->uniqueID() == face->uniqueID());
H A DDeferredCanvasTest.cpp758 REPORTER_ASSERT(reporter, image1->uniqueID() == image2->uniqueID());
763 REPORTER_ASSERT(reporter, image1->uniqueID() != image3->uniqueID());
774 REPORTER_ASSERT(reporter, image4->uniqueID() != image3->uniqueID());
838 REPORTER_ASSERT(reporter, image1->uniqueID() != image2->uniqueID());
H A DRecordReplaceDrawTest.cpp115 GrCachedLayer* layer = layerCache->findLayerOrCreate(pic->uniqueID(), 0, 2,
H A DPictureTest.cpp696 REPORTER_ASSERT(reporter, copy->uniqueID() != final->uniqueID());
1098 REPORTER_ASSERT(reporter, empty->uniqueID() != SK_InvalidGenID);
1104 REPORTER_ASSERT(reporter, hasData->uniqueID() != SK_InvalidGenID);
1107 REPORTER_ASSERT(reporter, hasData->uniqueID() != empty->uniqueID());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DV3TBSCertificateGenerator.java116 DERBitString uniqueID)
118 this.issuerUniqueID = uniqueID;
122 DERBitString uniqueID)
124 this.subjectUniqueID = uniqueID;
115 setIssuerUniqueID( DERBitString uniqueID) argument
121 setSubjectUniqueID( DERBitString uniqueID) argument
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.h56 SkTypeface_FreeType(const SkFontStyle& style, SkFontID uniqueID, bool isFixedPitch) argument
57 : INHERITED(style, uniqueID, isFixedPitch)
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRMapElement.h62 - (void)putNode:(id)aNode With:(NSInteger)uniqueID;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRMapElement.h62 - (void)putNode:(id)aNode With:(NSInteger)uniqueID;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRMapElement.h62 - (void)putNode:(id)aNode With:(NSInteger)uniqueID;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRMapElement.h62 - (void)putNode:(id)aNode With:(NSInteger)uniqueID;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509V3CertificateGenerator.java188 public void setSubjectUniqueID(boolean[] uniqueID) argument
190 tbsGen.setSubjectUniqueID(booleanToBitString(uniqueID));
196 public void setIssuerUniqueID(boolean[] uniqueID) argument
198 tbsGen.setIssuerUniqueID(booleanToBitString(uniqueID));
/external/skia/include/core/
H A DSkImage.h87 uint32_t uniqueID() const { return fUniqueID; } function in class:SkImage
H A DSkTextBlob.h33 uint32_t uniqueID() const { return fUniqueID; } function in class:SkTextBlob
H A DSkTypeface.h84 SkFontID uniqueID() const { return fUniqueID; } function in class:SkTypeface
86 /** Return the uniqueID for the specified typeface. If the face is null,
87 resolve it to the default font and return its uniqueID. Will never
321 /** uniqueID must be unique and non-zero
323 SkTypeface(const SkFontStyle& style, SkFontID uniqueID, bool isFixedPitch = false);
H A DSkPicture.h136 uint32_t uniqueID() const;
/external/skia/src/gpu/
H A DGrPathRendering.cpp65 rec.fFontID = typeface->uniqueID();
H A DGrRecordReplaceDraw.cpp161 GrCachedLayer* layer = fLayerCache->findLayer(fTopLevelPicture->uniqueID(),
/external/skia/src/core/
H A DSkTypefaceCache.cpp107 face, face->uniqueID(), s.weight(), s.width(), s.slant(), face->getRefCnt());
H A DSkImageFilter.cpp45 Key(const uint32_t uniqueID, const SkMatrix& matrix, const SkIRect& clipBounds, uint32_t srcGenID) argument
46 : fUniqueID(uniqueID), fMatrix(matrix), fClipBounds(clipBounds), fSrcGenID(srcGenID) {
H A DSkTypeface.cpp103 return face->uniqueID();
/external/skia/src/image/
H A DSkImage.cpp83 str->appendf("image: (id:%d (%d, %d) %s)", this->uniqueID(), this->width(), this->height(),
/external/skia/include/gpu/
H A DGrContext.h519 uint32_t uniqueID() { return fUniqueID; } function in class:GrContext
/external/skia/src/c/
H A Dsk_surface.cpp235 return AsImage(cimage)->uniqueID();
452 return AsPicture(cpic)->uniqueID();
/external/skia/src/doc/
H A DSkDocument_PDF.cpp260 SkFontID fontID = fontResources[font]->typeface()->uniqueID();

Completed in 764 milliseconds

12