HomeSort by relevance Sort by last modified time
    Searched full:sk_sp (Results 2301 - 2325 of 2633) sorted by null

<<919293949596979899100>>

  /external/skqp/src/gpu/effects/
GrTextureStripAtlas.cpp 178 sk_sp<GrTextureProxy> GrTextureStripAtlas::asTextureProxyRef() const {
212 sk_sp<GrTextureProxy> proxy = proxyProvider->findOrCreateProxyByUniqueKey(
  /external/skqp/src/gpu/gl/
GrGLPathRendering.cpp 108 sk_sp<GrPath> GrGLPathRendering::createPath(const SkPath& inPath, const GrStyle& style) {
112 sk_sp<GrPathRange> GrGLPathRendering::createPathRange(GrPathRange::PathGenerator* pathGenerator,
  /external/skqp/src/gpu/gl/builders/
GrGLProgramBuilder.cpp 50 sk_sp<SkData> key = SkData::MakeWithoutCopy(desc->asKey(), desc->keyLength());
277 sk_sp<SkData> key = SkData::MakeWithoutCopy(desc()->asKey(), desc()->keyLength());
  /external/skqp/src/gpu/ops/
GrAALinearizingConvexPathRenderer.cpp 113 static sk_sp<GrGeometryProcessor> create_lines_only_gp(bool tweakAlphaForCoverage,
241 sk_sp<GrGeometryProcessor> gp(create_lines_only_gp(fHelper.compatibleWithAlphaAsCoverage(),
GrDrawPathOp.cpp 69 sk_sp<GrPathProcessor> pathProc(GrPathProcessor::Create(this->color(), this->viewMatrix()));
177 sk_sp<GrPathProcessor> pathProc(
  /external/skqp/src/gpu/vk/
GrVkRenderTarget.cpp 199 sk_sp<GrVkRenderTarget>
206 return sk_sp<GrVkRenderTarget>(
  /external/skqp/src/images/
SkPngEncoder.cpp 203 const sk_sp<SkDataTable>& comments = options.fComments;
313 sk_sp<SkData> icc = icc_from_color_space(info);
  /external/skqp/src/ports/
SkRemotableFontMgr_win_dw.cpp 130 sk_sp<SkRemotableFontIdentitySet> fontIdSet(
347 sk_sp<const SkRemotableFontMgr_DirectWrite> fOuter;
SkFontHost_mac.cpp 548 static sk_sp<SkTypeface> create_from_CTFontRef(UniqueCFRef<CTFontRef> font,
556 return sk_sp<SkTypeface>(face);
570 return sk_sp<SkTypeface>(face);
574 static sk_sp<SkTypeface> create_from_desc(CTFontDescriptorRef desc) {
649 static sk_sp<SkTypeface> create_from_name(const char familyName[], const SkFontStyle& style) {
694 SkScalerContext_Mac(sk_sp<SkTypeface_Mac>, const SkScalerContextEffects&, const SkDescriptor*);
769 SkScalerContext_Mac::SkScalerContext_Mac(sk_sp<SkTypeface_Mac> typeface,
    [all...]
  /external/skqp/tests/
DetermineDomainModeTest.cpp 114 static sk_sp<GrTextureProxy> create_proxy(GrProxyProvider* proxyProvider,
329 sk_sp<GrTextureProxy> proxy = create_proxy(proxyProvider, isPowerOfTwoSized,
DrawPathTest.cpp 283 sk_sp<SkPathEffect> dash(SkDashPathEffect::Make(intervals, 2, 0));
303 sk_sp<SkPathEffect> dash(SkDashPathEffect::Make(intervals, 2, 0));
Writer32Test.cpp 271 sk_sp<SkData> data0(SkData::MakeWithCString(str));
272 sk_sp<SkData> data1(SkData::MakeEmpty());
  /external/skqp/tools/bookmaker/
parserCommon.cpp 57 sk_sp<SkData> data = SkData::MakeFromFileName(path);
354 sk_sp<SkData> json(SkData::MakeFromFileName(path));
  /external/skqp/tools/gpu/gl/
GLTestContext.cpp 287 void GLTestContext::init(sk_sp<const GrGLInterface> gl, std::unique_ptr<FenceSync> fenceSync) {
345 sk_sp<GrContext> GLTestContext::makeGrContext(const GrContextOptions& options) {
  /external/skqp/tools/gpu/gl/angle/
GLTestContext_angle.cpp 235 sk_sp<const GrGLInterface> gl = sk_gpu_test::CreateANGLEGLInterface();
392 sk_sp<const GrGLInterface> CreateANGLEGLInterface() {
  /external/skqp/tools/skdiff/
skdiff_image.cpp 36 sk_sp<SkData> baseFileBits = read_file(drp->fBase.fFullPath.c_str());
40 sk_sp<SkData> comparisonFileBits = read_file(drp->fComparison.fFullPath.c_str());
  /frameworks/base/libs/hwui/
Texture.cpp 247 sk_sp<SkColorSpace> sRGB) {
355 sk_sp<SkColorSpace> sRGB = SkColorSpace::MakeSRGB();